Skip to content

当在安卓设备上安装有FaceBookAPP提示“登录出错:将你登入到此应用程序时出错。请稍后重试” #629

当在安卓设备上安装有FaceBookAPP提示“登录出错:将你登入到此应用程序时出错。请稍后重试”

当在安卓设备上安装有FaceBookAPP提示“登录出错:将你登入到此应用程序时出错。请稍后重试” #629

name: Issue Needs Attention
# This workflow is triggered on issue comments.
on:
issue_comment:
types: created
jobs:
applyNeedsAttentionLabel:
name: Apply Needs Attention Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apply Needs Attention Label
uses: hramos/needs-attention@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
response-required-label: 'waiting-for-response'
needs-attention-label: 'needs-triage'