mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-25 11:17:13 +00:00
Use GH app for authenticating sync PRs
This commit is contained in:
parent
4bcc293637
commit
1c35087a31
3
.github/workflows/rustc-pull.yml
vendored
3
.github/workflows/rustc-pull.yml
vendored
@ -11,10 +11,11 @@ jobs:
|
|||||||
if: github.repository == 'rust-lang/rust-analyzer'
|
if: github.repository == 'rust-lang/rust-analyzer'
|
||||||
uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
|
uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
|
||||||
with:
|
with:
|
||||||
|
github-app-id: ${{ vars.APP_CLIENT_ID }}
|
||||||
zulip-stream-id: 185405
|
zulip-stream-id: 185405
|
||||||
zulip-bot-email: "rust-analyzer-ci-bot@rust-lang.zulipchat.com"
|
zulip-bot-email: "rust-analyzer-ci-bot@rust-lang.zulipchat.com"
|
||||||
pr-base-branch: master
|
pr-base-branch: master
|
||||||
branch-name: rustc-pull
|
branch-name: rustc-pull
|
||||||
secrets:
|
secrets:
|
||||||
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
|
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
@ -28,6 +28,3 @@ labels = ["has-merge-commits", "S-waiting-on-author"]
|
|||||||
|
|
||||||
# Prevents mentions in commits to avoid users being spammed
|
# Prevents mentions in commits to avoid users being spammed
|
||||||
[no-mentions]
|
[no-mentions]
|
||||||
|
|
||||||
# Automatically close and reopen PRs made by bots to run CI on them
|
|
||||||
[bot-pull-requests]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user