mirror of
1
Fork 0

chore(ci): make release-notes-assistant job copy/pastable (part two)

The event is pull_request_target

Refs: forgejo/forgejo#5999
This commit is contained in:
Earl Warren 2024-11-18 18:11:07 +01:00
parent 25354c03a5
commit 73cb6c9204
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
secrets.RELEASE_NOTES_ASSISTANT_TOKEN != '' && secrets.RELEASE_NOTES_ASSISTANT_TOKEN != '' &&
github.event_name == 'pull_request' && github.event_name == 'pull_request_target' &&
contains(github.event.pull_request.labels.*.name, 'worth a release-note') && contains(github.event.pull_request.labels.*.name, 'worth a release-note') &&
( (
github.event.action == 'label_updated' || github.event.action == 'label_updated' ||