-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix pr-labels workflow #8272
fix pr-labels workflow #8272
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8272
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (26 Unrelated Failures)As of commit 3b625a5 with merge base a52607e (): FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot @pmeier
Hey @pmeier! You merged this PR, but no labels were added. |
Bot is working again: https://github.com/pytorch/vision/actions/runs/7900300666/job/21561546412 |
Reviewed By: vmoens Differential Revision: D55062758 fbshipit-source-id: 08b210c3289e43db41d63988996a7e10612b4979
This should fix #8224. Our process script is still running without issues. Looking at two examples
it seems what is going wrong is the action that is supposed to create the comment on the PR. I've updated the permissions for this workflow to be able to write to PRs.
Plus, we are using ancient action versions here so I updated them.
cc @seemethere