-
Notifications
You must be signed in to change notification settings - Fork 375
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
Error when removing the label: "Label does not exist" #1165
Comments
Hello @andig |
This is still an issue. Anything I can contribute to get this diagnosed? |
Hi @andig , we investigated the issue from the provided details and see no issue with @actions/stale as it able to remove self-created labels with workflow file you provided. Please refer to the screenshot below and following run.
|
@suyashgaonkar this feels weird. How can the bot be missing write permissions if it is able write labels? |
@suyashgaonkar exempt labels are in https://github.com/evcc-io/evcc/blob/b3a6197a2599a4a60f59392502b139877726f6d5/.github/workflows/stale.yaml#L17-L18. The |
Given this issue is 9 months old, maybe it has been fixed. |
Description:
Bot is unable to remove the self-created stale label
Action version:
v9
Platform:
Runner type:
Repro steps:
Processing this issue evcc-io/evcc#14377 the bot has failed to remove it's own label in https://github.com/evcc-io/evcc/actions/runs/9724013582/job/26839788852.
Expected behavior:
"Stale" label removed.
Actual behavior:
From the log:
Bot config: https://github.com/evcc-io/evcc/blob/b3a6197a2599a4a60f59392502b139877726f6d5/.github/workflows/stale.yaml
Note there are more examples where removing labels does not work, see https://github.com/evcc-io/evcc/actions/runs/9724165084
I don't think it's a permissions issue since permissions are granted through the token and, more specifically, the bot is able to create the labels.
The text was updated successfully, but these errors were encountered: