mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
ci: Update action script to remove inactive labels (#3013)
This commit is contained in:
4
.github/workflows/issue-remove-inactive.yml
vendored
4
.github/workflows/issue-remove-inactive.yml
vendored
@ -21,9 +21,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: remove inactive
|
||||
if: github.event.issue.state == 'open' && github.actor == github.event.issue.user.login
|
||||
if: github.event.issue.state == 'open'
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
labels: 'inactive'
|
||||
labels: 'inactive'
|
||||
|
||||
Reference in New Issue
Block a user