Skip to content

Commit

Permalink
chore(ci): update issue-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Feb 5, 2024
1 parent b0800b6 commit ef6b5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/issue-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
issue-to-be-closed:
if: github.repository == 'jdf2e/nutui'
runs-on: ubuntu-latest
steps:
- name: close-issues
Expand All @@ -15,4 +16,5 @@ jobs:
actions: 'close-issues'
token: ${{ secrets.GITHUB_TOKEN }}
labels: 'to be closed'
inactive-day: 7
inactive-day: 7
close-reason: 'completed'

0 comments on commit ef6b5f6

Please sign in to comment.