Skip to content

Commit 83c5269

Browse files
committed
Update ci workflow
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent 2ebefb6 commit 83c5269

File tree

5 files changed

+127
-237
lines changed

5 files changed

+127
-237
lines changed

.github/workflows/backport.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Backport
1+
# name: Backport
22

3-
on:
4-
# NOTE(negz): This is a risky target, but we run this action only when and if
5-
# a PR is closed, then filter down to specifically merged PRs. We also don't
6-
# invoke any scripts, etc from within the repo. I believe the fact that we'll
7-
# be able to review PRs before this runs makes this fairly safe.
8-
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
9-
pull_request_target:
10-
types: [closed]
11-
# See also commands.yml for the /backport triggered variant of this workflow.
3+
# on:
4+
# # NOTE(negz): This is a risky target, but we run this action only when and if
5+
# # a PR is closed, then filter down to specifically merged PRs. We also don't
6+
# # invoke any scripts, etc from within the repo. I believe the fact that we'll
7+
# # be able to review PRs before this runs makes this fairly safe.
8+
# # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
9+
# pull_request_target:
10+
# types: [closed]
11+
# # See also commands.yml for the /backport triggered variant of this workflow.
1212

13-
jobs:
14-
backport:
15-
uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@standard-runners
13+
# jobs:
14+
# backport:
15+
# uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@standard-runners

0 commit comments

Comments
 (0)