Commit a63a2cc
committed
feat: add action outputs, draft PR, reviewers/assignees, and bug fixes
- Add 6 action outputs (commit_sha, pr_number, pr_url, tag_name, skipped, changed_files)
- Add pr_draft input for creating draft pull requests
- Add pr_reviewers and pr_assignees inputs for PR automation
- Add missing debug, timeout, retry_count inputs to action.yml
- Fix skip_if_empty logic to check local changes only (not branch diffs)
- Fix missing commit_sha capture in auto-branch PR flow
- Rename parseLabels to parseCommaSeparated for semantic clarity
- Fix mutex lock ordering in output.go
- Add output verification and dry-run tests in CI workflows1 parent bc884dc commit a63a2cc
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 | | |
104 | 116 | | |
105 | 117 | | |
| |||
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
147 | 162 | | |
148 | 163 | | |
149 | 164 | | |
| |||
0 commit comments