Generalize branch references to HEAD
This commit is contained in:
parent
bd3ac03300
commit
d3473f0741
92 changed files with 222 additions and 222 deletions
2
.github/ISSUE_TEMPLATE/tracking_issue.md
vendored
2
.github/ISSUE_TEMPLATE/tracking_issue.md
vendored
|
|
@ -50,7 +50,7 @@ for larger features an implementation could be broken up into multiple PRs.
|
|||
[stabilization-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr
|
||||
[doc-guide]: https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#documentation-prs
|
||||
[nightly-style-procedure]: https://github.com/rust-lang/style-team/blob/main/nightly-style-procedure.md
|
||||
[Style Guide]: https://github.com/rust-lang/rust/tree/master/src/doc/style-guide
|
||||
[Style Guide]: https://github.com/rust-lang/rust/tree/HEAD/src/doc/style-guide
|
||||
|
||||
### Unresolved Questions
|
||||
<!--
|
||||
|
|
|
|||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -323,7 +323,7 @@ jobs:
|
|||
# If a some dependent job has failed, this exits with 1.
|
||||
- name: calculate the correct exit status
|
||||
run: jq --exit-status 'all(.result == "success" or .result == "skipped")' <<< '${{ toJson(needs) }}'
|
||||
# Publish the toolstate if an auto build succeeds (just before push to master)
|
||||
# Publish the toolstate if an auto build succeeds (just before push to the default branch)
|
||||
- name: publish toolstate
|
||||
run: src/ci/publish_toolstate.sh
|
||||
shell: bash
|
||||
|
|
|
|||
2
.github/workflows/post-merge.yml
vendored
2
.github/workflows/post-merge.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# Workflow that runs after a merge to master, analyses changes in test executions
|
||||
# Workflow that runs after a merge to the default branch, analyses changes in test executions
|
||||
# and posts the result to the merged PR.
|
||||
|
||||
name: Post merge analysis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue