Skip to content

Commit 3c022fe

Browse files
mattKorwelgiraffechen
authored andcommitted
1 parent 57c7051 commit 3c022fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)