Skip to content

Commit fe24f64

Browse files
committed
Nightly.yml: Give example of rustdoc JSON bump
1 parent 6d0ab1c commit fe24f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--repo cargo-public-api/cargo-public-api \
3838
--label automatically-created \
3939
--title "CI failed with \`$(date +nightly-%Y-%m-%d)\`" \
40-
--body $'This issue was [automatically](https://github.com/cargo-public-api/cargo-public-api/blob/ced14726d2f91ba8c86dc916f68a8e2fff74bfa5/.github/workflows/Nightly.yml#L24) created because the [Nightly](https://github.com/cargo-public-api/cargo-public-api/blob/main/.github/workflows/Nightly.yml) CI job [failed](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).\n\n### Common Reasons\n\n#### Changed Rustdoc JSON Format\n\nIf [rustdoc-types](https://crates.io/crates/rustdoc-types/versions) has been updated, the rustdoc JSON format has likely changed. It is usually easy to adapt. See [here](https://github.com/cargo-public-api/cargo-public-api/blob/main/docs/CONTRIBUTING.md#how-to-adapt-to-rustdoc-json-format-changes) for step-by-step instructions.'
40+
--body $'This issue was [automatically](https://github.com/cargo-public-api/cargo-public-api/blob/ced14726d2f91ba8c86dc916f68a8e2fff74bfa5/.github/workflows/Nightly.yml#L24) created because the [Nightly](https://github.com/cargo-public-api/cargo-public-api/blob/main/.github/workflows/Nightly.yml) CI job [failed](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).\n\n### Common Reasons\n\n#### Changed Rustdoc JSON Format\n\nIf [rustdoc-types](https://crates.io/crates/rustdoc-types/versions) has been updated, the rustdoc JSON format has likely changed. It is usually easy to adapt. See [here](https://github.com/cargo-public-api/cargo-public-api/blob/main/docs/CONTRIBUTING.md#how-to-adapt-to-rustdoc-json-format-changes) for step-by-step instructions. See [here](https://github.com/cargo-public-api/cargo-public-api/pull/798) for a typical example of what a fix looks like.'
4141
4242
# If Rust nightly changes output, auto-create a PR with the new blessed
4343
# output, which maintainers can conveniently merge after manual review. Note

0 commit comments

Comments
 (0)