Skip to content

[BUG]我最后一个能运行的版本是2.0.8,后面更新都打不开..点击EXE不运行, 重新开2.0.8又能进去.咋弄, #350

[BUG]我最后一个能运行的版本是2.0.8,后面更新都打不开..点击EXE不运行, 重新开2.0.8又能进去.咋弄,

[BUG]我最后一个能运行的版本是2.0.8,后面更新都打不开..点击EXE不运行, 重新开2.0.8又能进去.咋弄, #350

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 }}