Browse Source

ci: up issues-helper version

pull/32038/head
xrkffgg 3 years ago
committed by GitHub
parent
commit
a562decf27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/issue-remove-inactive.yml

2
.github/workflows/issue-remove-inactive.yml

@ -12,7 +12,7 @@ jobs:
steps:
- name: remove inactive
if: github.event.issue.state == 'open'
uses: actions-cool/issues-helper@v1.2
uses: actions-cool/issues-helper@2.x
with:
actions: 'remove-labels'
issue-number: ${{ github.event.issue.number }}

Loading…
Cancel
Save