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 99jobs :
1010 pull :
1111 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
1313 with :
14+ github-app-id : ${{ vars.APP_CLIENT_ID }}
1415 zulip-stream-id : 196385
1516 zulip-bot-email : " rustc-dev-guide-gha-notif-bot@rust-lang.zulipchat.com"
1617 pr-base-branch : master
1718 branch-name : rustc-pull
1819 secrets :
1920 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 = [
6262# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
6363[issue-links ]
6464
65- # Automatically close and reopen PRs made by bots to run CI on them
66- [bot-pull-requests ]
67-
6865[behind-upstream ]
6966days-threshold = 7
7067
You can’t perform that action at this time.
0 commit comments