-
Notifications
You must be signed in to change notification settings - Fork 433
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
Labeler removes label that is already set by Dependabot #442
Comments
Hello @efb4f5ff-1298-471a-8973-3d47447115dc ! Unfortunately, there is a bug in the labeler action and your labels are removed due to it. The Here is a list of possible solutions:
sync-labels: '' Sorry for the inconvenience! |
I’m closing the issue. Please let us know if you have any concerns. |
Hi @adam-azarchs, how should i configure the workflow after ur pr has been merged to address this issue? Will the bot remove the label after ur pr has been merged or not? |
It will not. And if you're using the workaround mentioned above, the action will fail until you remove it, which is why it'll be a major version bump. |
We'll just wait for the next version then. We are not using the workaround. |
It seems as if we ran into this bug actions/labeler#442 on at least one PR #32515. This PR utilizes the suggested workaround until we can upgrade to a new major version release of actions/labeler.
…32542) It seems as if we ran into this bug actions/labeler#442 on at least one PR grpc#32515. This PR utilizes the suggested workaround until we can upgrade to a new major version release of actions/labeler.
It seems as if we ran into this bug actions/labeler#442 on at least one PR #32515. This PR utilizes the suggested workaround until we can upgrade to a new major version release of actions/labeler.
This happens on:
Related files:
Is this a configuration error on my end? The intended purpose of setting the dependencies label through the labeler workflow is when we update a dependency manually instead of using dependabot.
Something to note is that the bot only removes the
dependencies
label and not thewaiting for review
label even though the label is used in both workflows.The text was updated successfully, but these errors were encountered: