Skip to content

Commit cb0de90

Browse files
forgejo-backport-actionearl-warren
authored andcommitted
[v12.0/forgejo] chore: build-release must close the cascading pull request (#9207)
**Backport:** https://codeberg.org/forgejo/forgejo/pulls/9205 otherwise it will linger until it is removed and will not get updated when the end-to-end tests changes. That was manually done weekly before but it is best done automatically. ## Testing - After it is merged - Wait 24h - Verify the https://codeberg.org/forgejo-integration/forgejo/actions?workflow=build-release.yml passes - Verify the corresponding pull request similar to https://code.forgejo.org/forgejo/end-to-end/pulls/922 is closed Co-authored-by: Earl Warren <[email protected]> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9207 Reviewed-by: Earl Warren <[email protected]> Co-authored-by: forgejo-backport-action <[email protected]> Co-committed-by: forgejo-backport-action <[email protected]>
1 parent 567f52c commit cb0de90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.forgejo/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ jobs:
212212
destination-repo: forgejo/end-to-end
213213
destination-branch: main
214214
destination-token: ${{ secrets.CASCADE_DESTINATION_TOKEN }}
215+
close: true
215216
update: .forgejo/cascading-release-end-to-end
216217

217218
- name: copy to experimental

0 commit comments

Comments
 (0)