Skip to content

Commit 67edaa3

Browse files
authored
Merge pull request #20335 from Kobzol/ci-gh-app
Use GH app for authenticating sync PRs
2 parents 4bcc293 + 1c35087 commit 67edaa3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/rustc-pull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111
if: github.repository == 'rust-lang/rust-analyzer'
1212
uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
1313
with:
14+
github-app-id: ${{ vars.APP_CLIENT_ID }}
1415
zulip-stream-id: 185405
1516
zulip-bot-email: "[email protected]"
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 }}

triagebot.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ labels = ["has-merge-commits", "S-waiting-on-author"]
2828

2929
# Prevents mentions in commits to avoid users being spammed
3030
[no-mentions]
31-
32-
# Automatically close and reopen PRs made by bots to run CI on them
33-
[bot-pull-requests]

0 commit comments

Comments
 (0)