-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Label sync job completes, but does not update or change labels #79
Comments
Here is also the workflow
|
Hi @micnncim ! Any chance you can check this out? It has been happening to new repos in the past two weeks I have noticed. |
Yeah unfortunately it's pretty difficult to tell if this is the issue, we need (if nothing else) the responses printed. |
Not really an issue, it's a matter of setting the right permissions for the workflow. permissions:
pull-requests: write Or you can adjust the general workflow permissions setting (like screenshot above) in your actions settings. |
Note, needs a dash not an underscore: permissions:
pull-requests: write https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs Otherwise you'll get:
|
I can't get it to work, my workflow is in a central repo, has read and write permissions like shown in the screenshot above and no permissions set in the workflow, and I see this in the logs
but the labels are still there. I also noticed that this was happening for a while even when the workflow was running in the same repo (that has the same settings). |
This comment was marked as resolved.
This comment was marked as resolved.
Im having the same issues as others have reported above. It runs but doesnt actually do anything. No errors, warnings or anything. Ive asked if the action should now be considered abandoned. |
Hi! I have used this workflow in many repositories, private and public and it was working great. However, in my most recent repository, the label sync is not working. The job completes successfully, no error, and no labels affected.
Example running the workflow:
Example of old labels:
Here is my .labels file which triggers the build:
Any ideas why its failing? Did GitHub change something?
The text was updated successfully, but these errors were encountered: