Skip to content

Commit

Permalink
Run slash command action on PR comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 27, 2025
1 parent 28bdd9d commit 837dc4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
check_comments:
if: ${{ github.event.issue.pull_request }}
permissions:
issues: write # for peter-evans/slash-command-dispatch to create issue reaction
pull-requests: write # for peter-evans/slash-command-dispatch to create PR reaction
Expand Down

0 comments on commit 837dc4e

Please sign in to comment.