Skip to content

Commit

Permalink
ci: add workflow for the Bounty Program commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Mar 10, 2024
1 parent 2506b78 commit 304f83d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bounty-program-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
with:
github-token: ${{ secrets.GH_TOKEN }}
script: |
const commentText = `❌ @${{github.actor}} is not authorized to use a Bounty Program's command.`;
const commentText = `❌ @${{github.actor}} is not authorized to use the Bounty Program's commands.
These commands can only be used by members of the [Bounty Team](https://github.com/orgs/asyncapi/teams/bounty_team).`;
console.log(`❌ @${{github.actor}} made an unauthorized attempt to use a Bounty Program's command.`);
github.rest.issues.createComment({
Expand Down

0 comments on commit 304f83d

Please sign in to comment.