File tree Expand file tree Collapse file tree 1 file changed +0
-31
lines changed
Expand file tree Collapse file tree 1 file changed +0
-31
lines changed Original file line number Diff line number Diff line change 7474 env :
7575 GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
7676 continue-on-error : true
77- - uses : " actions/checkout@v4"
78- with :
79- fetch-depth : 0
80- path : " pulp_python"
81- ref : " 3.10"
82-
83- - name : " Run update"
84- working-directory : " pulp_python"
85- run : |
86- ../plugin_template/scripts/update_ci.sh --release
87-
88- - name : " Create Pull Request for CI files"
89- uses : " peter-evans/create-pull-request@v6"
90- id : " create_pr_3_10"
91- with :
92- token : " ${{ secrets.RELEASE_TOKEN }}"
93- path : " pulp_python"
94- committer : " pulpbot <pulp-infra@redhat.com>"
95- author : " pulpbot <pulp-infra@redhat.com>"
96- title : " Update CI files for branch 3.10"
97- branch : " update-ci/3.10"
98- base : " 3.10"
99- delete-branch : true
100- - name : " Mark PR automerge"
101- working-directory : " pulp_python"
102- run : |
103- gh pr merge --rebase --auto "${{ steps.create_pr_3_10.outputs.pull-request-number }}"
104- if : " steps.create_pr_3_10.outputs.pull-request-number"
105- env :
106- GH_TOKEN : " ${{ secrets.RELEASE_TOKEN }}"
107- continue-on-error : true
10877 - uses : " actions/checkout@v4"
10978 with :
11079 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments