File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
stdarch/.github/workflows Expand file tree Collapse file tree 1 file changed +22
-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/stdarch'
13+ uses : rust-lang/josh-sync/.github/workflows/rustc-pull.yml@main
14+ with :
15+ # https://rust-lang.zulipchat.com/#narrow/channel/208962-t-libs.2Fstdarch/topic/Subtree.20sync.20automation/with/528461782
16+ zulip-stream-id : 208962
17+ zulip-bot-email : " stdarch-ci-bot@rust-lang.zulipchat.com"
18+ pr-base-branch : master
19+ branch-name : rustc-pull
20+ secrets :
21+ zulip-api-token : ${{ secrets.ZULIP_API_TOKEN }}
22+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments