-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Github add-labels script references non-existent ping-codeowners.sh
script
#26361
Labels
needs triage
New item requiring triage
Comments
It looks like the From this, I believe we need to update the failing line to point to the |
evan-bradley
pushed a commit
that referenced
this issue
Aug 31, 2023
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> The add-label workflow is used by GitHub when manually adding labels to issues. When adding a new component to an issue, the workflow attempts to ping codeowners of the given component. However, the link to the ping codeowners script was outdated, and was failing. This change references the moved script. **Link to tracking Issue:** <Issue number if applicable> Resolves #26361 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
Confirmed it's working as expected now: #23236 (comment) |
This was referenced Sep 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
No response
Describe the issue you're reporting
When attempting to add a component label to an open issue by leaving a comment, the
add-labels.sh
script fails trying to ping the codeowners of the component.Failure reference
Failure output:
Line failing is found here.
There is no
ping-codeowners.sh
file, but there areping-codeowners-issues.sh
,ping-codeowners-on-new-issue.sh
, andping-codeowners-prs.sh
in this directory.I believe
ping-codeowners.sh
should be updated to beping-codeowners-issues.sh
, but I'd have to test to make sure.The text was updated successfully, but these errors were encountered: