Commit fea5daa
ci: replace auto-assign workflow with native gh CLI version (#29)
Drop the pozil/auto-assign-issue action in favor of a hand-rolled
gh-CLI step. Differences vs. the previous workflow:
- Trigger: pull_request_target (opened, reopened, ready_for_review)
instead of pull_request opened. The _target variant runs in the base
repo's context, which is what's needed for the assignment to work on
PRs from forks.
- Skip if assignees[0] is already set — don't clobber an existing
manual assignment.
- Drops auto-assignment of issues. If you want issue auto-assignment
back, add a separate workflow keyed off issues.opened.
Co-authored-by: Orca <help@stably.ai>1 parent 4d679f0 commit fea5daa
1 file changed
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments