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.
1 parent 3599f8e commit 9565dd5Copy full SHA for 9565dd5
.github/workflows/rustc_pull.yml
@@ -0,0 +1,18 @@
1
+name: rustc-pull
2
+
3
+on:
4
+ workflow_dispatch:
5
+ schedule:
6
+ # Run at 04:00 UTC every day
7
+ - cron: "0 4 * * *"
8
9
+jobs:
10
+ pull:
11
+ if: github.repository == 'rust-lang/project-stable-mir'
12
+ uses: rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
13
+ with:
14
+ github-app-id: ${{ vars.APP_CLIENT_ID }}
15
+ pr-base-branch: main
16
+ branch-name: rustc-pull
17
+ secrets:
18
+ github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}
josh-sync.toml
@@ -0,0 +1,3 @@
+org = "rust-lang"
+repo = "project-stable-mir"
+filter = ":/compiler/rustc_public:prefix=rustc_public"
rust-version
@@ -0,0 +1 @@
+bec747418c9955de4c3fd0aac4acb99206f00aa2
0 commit comments