-
Notifications
You must be signed in to change notification settings - Fork 375
Comparing changes
Open a pull request
base repository: release-drafter/release-drafter
base: v7.0.0
head repository: release-drafter/release-drafter
compare: v7.1.0
- 9 commits
- 36 files changed
- 5 contributors
Commits on Mar 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 97f39a3 - Browse repository at this point
Copy the full SHA 97f39a3View commit details -
fix: fall back to org .github repo when config not found in current r…
…epo (#1554) Co-authored-by: Clément Chanchevrier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9244eda - Browse repository at this point
Copy the full SHA 9244edaView commit details -
ci: restore CodeQL category lost when matrix was removed
The matrix strategy previously caused the analyze action to implicitly set category '/language:typescript'. Removing the matrix dropped that implicit category, breaking PR-vs-master comparison in GitHub code scanning. Make it explicit instead.
Configuration menu - View commit details
-
Copy full SHA for 5a8b0d3 - Browse repository at this point
Copy the full SHA 5a8b0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7431882 - Browse repository at this point
Copy the full SHA 7431882View commit details -
fix: empty template when prs all are excluded by labels (#1429)
* Fix: Move changelog empty check after categorization for accuracy * chore: add tests and update build --------- Co-authored-by: Clément Chanchevrier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a66170 - Browse repository at this point
Copy the full SHA 4a66170View commit details -
ci: make sure PRs have a type label (#1557)
* ci: make sure PRs have a type label * ci: fetch labels at runtime
Configuration menu - View commit details
-
Copy full SHA for bddbd54 - Browse repository at this point
Copy the full SHA bddbd54View commit details
Commits on Mar 17, 2026
-
fix: support pull_request_target event in autolabeler (#1560)
* fix: support pull_request_target event in autolabeler Fixes #1559 ## What Added pull_request_target as an accepted event type in the autolabeler event validation check. ## Why The autolabeler only accepted pull_request events, but pull_request_target is required for workflows that need write permissions to label PRs from forks. The payload shape is identical between both events, so no other code changes are needed. ## Notes - The v6 release-drafter action supported pull_request_target when used with disable-releaser: true; this restores that capability for the v7 autolabeler sub-action Signed-off-by: jmeridth <[email protected]> * fix: run npm run all after PR feedback Signed-off-by: jmeridth <[email protected]> --------- Signed-off-by: jmeridth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebb69bb - Browse repository at this point
Copy the full SHA ebb69bbView commit details -
docs: update README with pull_request_target example (#1561)
* fix: update README with pull_request_target example Now that #1560 has merged it is helpful to have this example in the README Signed-off-by: jmeridth <[email protected]> * fix: move to auto-labeller section Signed-off-by: jmeridth <[email protected]> --------- Signed-off-by: jmeridth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1f40a0 - Browse repository at this point
Copy the full SHA f1f40a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a942e - Browse repository at this point
Copy the full SHA 44a942eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.0...v7.1.0