loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore(ci): make release-notes-assistant job copy/pastable (part two)' (#6020) from earl-warren/forgejo:wip-ci-labels into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6020
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+1 -1
+1 -1
.forgejo/workflows/release-notes-assistant.yml
··· 14 14 15 15 secrets.RELEASE_NOTES_ASSISTANT_TOKEN != '' && 16 16 17 - github.event_name == 'pull_request' && 17 + github.event_name == 'pull_request_target' && 18 18 contains(github.event.pull_request.labels.*.name, 'worth a release-note') && 19 19 ( 20 20 github.event.action == 'label_updated' ||