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 9
9
jobs :
10
10
pull :
11
11
if : github.repository == 'rust-lang/rustc-dev-guide'
12
- uses : rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
12
+ uses : rust-lang/josh-sync/.github/workflows/rustc-pull.yml@ci-gh-app
13
13
with :
14
+ github-app-id : ${{ vars.APP_CLIENT_ID }}
14
15
zulip-stream-id : 196385
15
16
zulip-bot-email :
" [email protected] "
16
17
pr-base-branch : master
17
18
branch-name : rustc-pull
18
19
secrets :
19
20
zulip-api-token : ${{ secrets.ZULIP_API_TOKEN }}
20
- token : ${{ secrets.GITHUB_TOKEN }}
21
+ github-app-secret : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ allow-unauthenticated = [
62
62
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
63
63
[issue-links ]
64
64
65
- # Automatically close and reopen PRs made by bots to run CI on them
66
- [bot-pull-requests ]
67
-
68
65
[behind-upstream ]
69
66
days-threshold = 7
70
67
You can’t perform that action at this time.
0 commit comments