We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b43e1 commit 4f468a9Copy full SHA for 4f468a9
.github/workflows/release-patch-from-comment.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
slash-command:
9
runs-on: 'ubuntu-latest'
10
+ # Only run if the comment is from a human user (not a bot)
11
+ if: "!endsWith(github.event.comment.user.login, '[bot]')"
12
permissions:
13
contents: 'write'
14
pull-requests: 'write'
0 commit comments