This commit is contained in:
matt korwel
2025-09-18 10:14:12 -07:00
committed by GitHub
parent 99b43e1302
commit 4f468a9f19

View File

@@ -7,6 +7,8 @@ on:
jobs:
slash-command:
runs-on: 'ubuntu-latest'
# Only run if the comment is from a human user (not a bot)
if: "!endsWith(github.event.comment.user.login, '[bot]')"
permissions:
contents: 'write'
pull-requests: 'write'