Skip to content

Commit f1b3a72

Browse files
authored
Exclude specific bots from triggering PR actions (#1745)
1 parent 75b403e commit f1b3a72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-actions.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
name: Parse PR Comment
1010
if: >
11+
github.triggering_actor != 'openshift-ci[bot]' &&
12+
github.triggering_actor != 'sonarqubecloud[bot]' &&
1113
github.event.issue.pull_request && (
1214
contains(github.event.comment.body, '/publish') ||
1315
contains(github.event.comment.body, '/update-versions') ||

0 commit comments

Comments
 (0)