We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54351e + ca679a2 commit 8d693ceCopy full SHA for 8d693ce
.github/workflows/rustc-pull.yml
@@ -0,0 +1,20 @@
1
+name: rustc-pull
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ # Run at 04:00 UTC every Monday and Thursday
7
+ - cron: '0 4 * * 1,4'
8
9
+jobs:
10
+ pull:
11
+ if: github.repository == 'rust-lang/rust-analyzer'
12
+ uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
13
+ with:
14
+ zulip-stream-id: 185405
15
+ zulip-bot-email: "rust-analyzer-ci-bot@rust-lang.zulipchat.com"
16
+ pr-base-branch: master
17
+ branch-name: rustc-pull
18
+ secrets:
19
+ zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
20
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments