mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
auto close custom issue
This commit is contained in:
parent
8b869d2224
commit
7ddf9cbcec
8
.github/workflows/issues.yml
vendored
8
.github/workflows/issues.yml
vendored
@ -232,6 +232,14 @@ jobs:
|
||||
----
|
||||
emoji: hooray
|
||||
|
||||
- name: Close Issues
|
||||
if: env.iscustom == 'true' && success()
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'close-issue'
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
|
||||
- name: Update Comment Fail
|
||||
if: env.iscustom == 'true' && failure()
|
||||
uses: actions-cool/issues-helper@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user