Skip to content

Commit 9f2a8c6

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref 'ffb9d94dcf4a' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: ffb9d94 Filtered ref: 2f31646593733abae36e4c05b5a54acfb9f1f6bc This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 347aefa + b60057e commit 9f2a8c6

File tree

292 files changed

+7868
-6185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

292 files changed

+7868
-6185
lines changed

.github/workflows/rustc-pull.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
github-app-id: ${{ vars.APP_CLIENT_ID }}
15+
zulip-stream-id: 185405
16+
zulip-bot-email: "rust-analyzer-ci-bot@rust-lang.zulipchat.com"
17+
pr-base-branch: master
18+
branch-name: rustc-pull
19+
secrets:
20+
zulip-api-token: ${{ secrets.ZULIP_API_TOKEN }}
21+
github-app-secret: ${{ secrets.APP_PRIVATE_KEY }}

Cargo.lock

Lines changed: 149 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)