Skip to content

Commit

Permalink
chore: issue closer
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 11, 2025
1 parent f7c62d8 commit bee1f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-closer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
if: github.actor != 'jdx'

steps:
- run: gh issue close "${{ github.event.issue.number }}" --reason "not planned" -c "issues may only be created by maintainers"
- run: gh issue close "${{ github.event.issue.number }}" -R jdx/mise --reason "not planned" -c "issues may only be created by maintainers"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bee1f55

Please sign in to comment.