Commit 6381f5d
authored
fix: revert autolabeler to release-drafter v6.4.0 (#115)
## What
Reverted the auto-labeler workflow from the release-drafter v7 autolabeler
sub-action back to the v6.4.0 main action with disable-releaser: true.
## Why
The v7 autolabeler sub-action hardcodes a strict check for the pull_request
event and rejects pull_request_target. Since this reusable workflow is called
from a pull_request_target trigger (required for labeling fork PRs with write
permissions), the autolabeler fails on every fork PR.
## Notes
- The v6 action uses GITHUB_TOKEN via env rather than the token input
- release-drafter v7 is still used in the release workflow; only the autolabeler is pinned to v6
- Consider opening an upstream issue on release-drafter to support pull_request_target in the v7 autolabeler
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent 30db329 commit 6381f5d
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
0 commit comments