File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Perform a subtree sync (pull) using the josh-sync tool once every few days (or on demand).
2
+ name : rustc-pull
3
+
4
+ on :
5
+ workflow_dispatch :
6
+ schedule :
7
+ # Run at 04:00 UTC every Monday and Thursday
8
+ - cron : ' 0 4 * * 1,4'
9
+
10
+ jobs :
11
+ pull :
12
+ if : github.repository == 'rust-lang/compiler-builtins'
13
+ uses : rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
14
+ with :
15
+ # https://rust-lang.zulipchat.com/#narrow/channel/219381-t-libs/topic/compiler-builtins.20subtree.20sync.20automation/with/528482375
16
+ zulip-stream-id : 219381
17
+ zulip-topic : ' compiler-builtins subtree sync automation'
18
+ zulip-bot-email :
" [email protected] "
19
+ pr-base-branch : master
20
+ branch-name : rustc-pull
21
+ secrets :
22
+ zulip-api-token : ${{ secrets.ZULIP_API_TOKEN }}
23
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments