Skip to content

Commit e9dd4d2

Browse files
openshift-pipelines-botopenshift-pipelines-bot
authored andcommitted
[bot] Update main from openshift-pipelines/pipelines-as-code to 8bb5bfa
$ git diff --stat 8bb5bfa..1b4ded8 .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/openshift-pipelines/pipelines-as-code/compare/8bb5bfa8d649eec645c95d7738469ea5510c2b9e..1b4ded8ba4ceaa8d40cf69167e7ee680c08ae7a1
1 parent d1fb460 commit e9dd4d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1b4ded8ba4ceaa8d40cf69167e7ee680c08ae7a1
1+
8bb5bfa8d649eec645c95d7738469ea5510c2b9e

upstream/.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: >
3232
github.event_name == 'schedule' ||
3333
github.event_name == 'workflow_dispatch' ||
34-
(github.event_name == 'pull_request_target' && contains(fromJSON('["zakisk", "savitaashture", "chmouel", "vdemeester", "PuneetPunamiya", "enarha", "aThorp96", "sm43", "dependabot[bot]"]'), github.event.pull_request.user.login))
34+
(github.event_name == 'pull_request_target' && contains(fromJSON('["zakisk", "savitaashture", "chmouel", "vdemeester", "PuneetPunamiya", "enarha", "aThorp96", "sm43", "waveywaves", "dependabot[bot]"]'), github.event.pull_request.user.login))
3535
concurrency:
3636
group: ${{ github.workflow }}-${{ matrix.provider }}-${{ github.event.pull_request.number || github.ref_name }}
3737
cancel-in-progress: true

0 commit comments

Comments
 (0)