Skip to content

[BUG]2.09和2.11更新后打开不了,什么东西都不会弹出来。 #354

[BUG]2.09和2.11更新后打开不了,什么东西都不会弹出来。

[BUG]2.09和2.11更新后打开不了,什么东西都不会弹出来。 #354

name: Remove needs-reply label
on:
issue_comment:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
if: |
github.event.comment.author_association != 'OWNER' &&
github.event.comment.author_association != 'COLLABORATOR'
steps:
- name: Remove needs-reply label
uses: octokit/[email protected]
continue-on-error: true
with:
route: DELETE /repos/:repository/issues/:issue/labels/:label
repository: ${{ github.repository }}
issue: ${{ github.event.issue.number }}
label: needs-reply
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}