Commit 2827801
committed
cherry-pick: use LGTM App token
PRs opened via gh pr create now authenticate as 1gtm-app[bot], which is
in .github/.kodiak.toml auto_approve_usernames. Using the default
GITHUB_TOKEN would author PRs as github-actions[bot] and break the
kodiak auto-merge flow for cherry-pick PRs.
The token is scoped to the current repo with only contents:write and
pull-requests:write — what the cherry-pick script needs.
Signed-off-by: Tamal Saha <tamal@appscode.com>1 parent 870df5e commit 2827801
1 file changed
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
15 | 25 | | |
16 | 26 | | |
17 | | - | |
18 | | - | |
| 27 | + | |
| 28 | + | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
22 | | - | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
26 | | - | |
27 | | - | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
0 commit comments