Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Populate Changelog
on:
pull_request:
# `pull_request_target`, not `pull_request`: secrets are withheld from a
# `pull_request` run whose head is a fork, so RELEASE_TOKEN arrived empty and
# the checkout below failed for every outside contribution. Nothing here runs
# code from the pull request, only the trusted tree checked out below.
pull_request_target:
types: [closed]
branches:
- develop
Expand Down
Loading