ci: Update action script to remove inactive labels (#3013)

This commit is contained in:
Jack Ling
2023-10-11 21:39:20 +08:00
committed by GitHub
parent ca7450f595
commit 81f3ad043d

View File

@ -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'