File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ jobs:
12
12
if : github.repository == 'rust-lang/compiler-builtins'
13
13
uses : rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
14
14
with :
15
+ github-app-id : ${{ vars.APP_CLIENT_ID }}
15
16
# https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/compiler-builtins.20subtree.20sync.20automation/with/528482375
16
17
zulip-stream-id : 219381
17
18
zulip-topic : ' compiler-builtins subtree sync automation'
18
- zulip-bot-email :
" [email protected] "
19
+ zulip-bot-email :
" [email protected] "
19
20
pr-base-branch : master
20
21
branch-name : rustc-pull
21
22
secrets :
22
23
zulip-api-token : ${{ secrets.ZULIP_API_TOKEN }}
23
- token : ${{ secrets.GITHUB_TOKEN }}
24
+ github-app-secret : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -19,6 +19,3 @@ check-commits = false
19
19
# Enable issue transfers within the org
20
20
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
21
21
[transfer ]
22
-
23
- # Automatically close and reopen PRs made by bots to run CI on them
24
- [bot-pull-requests ]
You can’t perform that action at this time.
0 commit comments