Commit 4ae6ef1
Fix auto-update workflow: PAT token, weekly schedule, all option (#2912)
* Use PAT token for PR creation in auto-update workflow
GitHub Actions default token is not permitted to create PRs
in this org. Use a PAT secret instead.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add 'all' option to manual workflow trigger
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add month name to auto-update PR title
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Run auto-update weekly on Wednesdays instead of daily
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix auto-update workflow: PAT token, weekly schedule, all option
- Use STACK_UPDATE_PAT for PR creation (org restricts default token)
- Run weekly on Wednesdays at 5:30 AM IST
- Add 'all' option to manual trigger
- Add month name to PR title
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 06d3caf commit 4ae6ef1
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
0 commit comments