Skip to content

Commit

Permalink
Fix issue manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Nov 18, 2024
1 parent d7edab6 commit cc495e6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/issue-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ jobs:
steps:
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: '{"accepted":{"delay":0,"message":"🎉 Your request was accepted, thank you for contributing!"},"duplicate":{"delay":0,"message":"⚠️ Your request has been removed for being a duplicate, next time please check if the domain/bug that you want to report was not already reported before creating a new one."},"rejected":{"delay":0,"message":"🚫 Your request was denied, please don't open an issue with the same domain/bug again! If you think there was an error, comment below and the issue will be reviewed again."}}'
github-token: ${{ secrets.GITHUB_TOKEN }}
config: >-
{
"accepted": {"delay": 0, "message": "🎉 Your request was accepted, thank you for contributing!"},
"duplicate": {"delay": 0, "message": "⚠️ Your request has been removed for being a duplicate, next time please check if the domain/bug that you want to report was not already reported before creating a new one."},
"rejected": {"delay": 0, "message": "🚫 Your request was denied, please don't open an issue with the same domain/bug again! If you think there was an error, comment below and the issue will be reviewed again."}
}

0 comments on commit cc495e6

Please sign in to comment.