We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b403e commit f1b3a72Copy full SHA for f1b3a72
.github/workflows/pr-actions.yaml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
name: Parse PR Comment
10
if: >
11
+ github.triggering_actor != 'openshift-ci[bot]' &&
12
+ github.triggering_actor != 'sonarqubecloud[bot]' &&
13
github.event.issue.pull_request && (
14
contains(github.event.comment.body, '/publish') ||
15
contains(github.event.comment.body, '/update-versions') ||
0 commit comments