Using copilot to help understand PR build failures (#12492)

This commit is contained in:
Trask Stalnaker 2024-10-22 07:13:04 -07:00 committed by GitHub
parent 1621f210f9
commit 5ade05f88b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ https://gradle.com/s/ila4qwp5lcf5s
Opening the build scan link can sometimes take several seconds (it's a large build), but it
typically makes it a lot clearer what's failing.
You can also try the "Explain error" button at the top of the GitHub Actions page,
which often does a reasonable job of parsing the long build log and displaying the important part.
### Draft PRs
Draft PRs are welcome, especially when exploring new ideas or experimenting with a hypothesis.