File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 # Adds promoted-to-* labels and triggers/continues the backports for merged commits.
4545 backport-on-push :
4646 if : github.event_name == 'push'
47- uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
47+ uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
4848 with :
4949 event_type : ' push'
5050 base_branch : ${{ github.ref }}
5858 # A backport/* label was added to a (closed) PR: create the backport PR(s).
5959 backport-on-label :
6060 if : github.event_name == 'pull_request_target' && github.event.action == 'labeled'
61- uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
61+ uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
6262 with :
6363 event_type : ' labeled'
6464 base_branch : refs/heads/${{ github.event.pull_request.base.ref }}
7676 # for the always-parallel model, but kept for parity with the shared workflow).
7777 backport-chain :
7878 if : github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true
79- uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@main
79+ uses : scylladb/github-automation/.github/workflows/backport-with-jira.yaml@e58a9a6ad95847406ad1fd12549834683c0a9f2f # main
8080 with :
8181 event_type : ' chain'
8282 base_branch : refs/heads/${{ github.event.pull_request.base.ref }}
You can’t perform that action at this time.
0 commit comments