Commit 29a5ebb
committed
feat: add auto-fix-git-user and auto-fix-git-email inputs
Add configurable git identity for auto-fix commits to address 2bndy5's
concern about commit author reflecting the token owner.
- auto-fix-git-user: custom git username for the auto-fix commit
(defaults to GITHUB_ACTOR)
- auto-fix-git-email: custom git email for the auto-fix commit
(defaults to GITHUB_ACTOR_ID+GITHUB_ACTOR@users.noreply.github.com)
- When empty, falls back to GITHUB_ACTOR/GITHUB_ACTOR_ID based values1 parent 27afda0 commit 29a5ebb
2 files changed
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
230 | 244 | | |
231 | 245 | | |
232 | 246 | | |
| |||
526 | 540 | | |
527 | 541 | | |
528 | 542 | | |
529 | | - | |
530 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
531 | 555 | | |
532 | 556 | | |
533 | 557 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments