Skip to content

Commit 4f468a9

Browse files
authored
no loops (#8716)
1 parent 99b43e1 commit 4f468a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-patch-from-comment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
slash-command:
99
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]')"
1012
permissions:
1113
contents: 'write'
1214
pull-requests: 'write'

0 commit comments

Comments
 (0)