Skip to content

Commit e43533c

Browse files
author
Earl Warren
committed
Merge pull request '[v9.0/forgejo] chore(release): also copy the release to code.forgejo.org' (go-gitea#5937) from bp-v9.0/forgejo-7492330 into v9.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5937 Reviewed-by: Earl Warren <[email protected]>
2 parents e9cd753 + 2a78dba commit e43533c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.forgejo/workflows/publish-release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ jobs:
5959
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
6060
verbose: ${{ vars.VERBOSE }}
6161

62+
- name: get trigger mirror issue
63+
id: mirror
64+
uses: https://code.forgejo.org/infrastructure/issue-action/[email protected]
65+
with:
66+
forgejo: https://code.forgejo.org
67+
repository: forgejo/forgejo
68+
labels: mirror-trigger
69+
70+
- name: trigger the mirror
71+
uses: https://code.forgejo.org/infrastructure/issue-action/[email protected]
72+
with:
73+
forgejo: https://code.forgejo.org
74+
repository: forgejo/forgejo
75+
token: ${{ secrets.LABEL_ISSUE_FORGEJO_MIRROR_TOKEN }}
76+
numbers: ${{ steps.mirror.outputs.numbers }}
77+
label-wait-if-exists: 3600
78+
label: trigger
79+
6280
- name: upgrade v*.next.forgejo.org
6381
uses: https://code.forgejo.org/infrastructure/[email protected]
6482
with:

0 commit comments

Comments
 (0)