Auto merge of #2951 - rust-lang:cron, r=RalfJung
cron auto-PR: need to set upstream branch
This commit is contained in:
commit
a6eb25aca2
1 changed files with 2 additions and 2 deletions
4
src/tools/miri/.github/workflows/ci.yml
vendored
4
src/tools/miri/.github/workflows/ci.yml
vendored
|
@ -204,8 +204,8 @@ jobs:
|
|||
./miri fmt --check || (./miri fmt && git commit -am "fmt")
|
||||
- name: Push changes to a branch
|
||||
run: |
|
||||
git switch -c "rustup$(date -u +%Y-%m)"
|
||||
git push
|
||||
git switch -c "rustup$(date -u +%Y-%m-%d)"
|
||||
git push -u
|
||||
- name: Create Pull Request
|
||||
run: gh pr create -B master --title 'Automatic sync from rustc' --body ''
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue