File tree Expand file tree Collapse file tree 5 files changed +127
-237
lines changed
Expand file tree Collapse file tree 5 files changed +127
-237
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments