-
Notifications
You must be signed in to change notification settings - Fork 418
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
Sync not working on labels with exceptions #713
Comments
Hello @Chefski! |
So what I think is happening is that For right now, I'm going to add a |
@lamdor i was trying to repo as well in a non-private repo and had same thought - in our private repo, that would match what we see. To fix, we need a format that works in both v4 and v5 lest every branch needs to update at once, which is nearly impossible for companies. - or else it needs to read just from the appropriate branch it's running from |
Description:
Sync doesn't seem to work for the directories which a label has exceptions in (partially. It removed one label). Maybe my file is setup wrong but some labels remain after there are no changes to a PR.
The remaining labels in the screenshot are
code
andicons
.Maybe I'm testing it too extremely? Or it's just setup incorrectly
Action version:
5.0.0
Platform:
Runner type:
Repro steps:
Testing on a private test repo but here is the public repo if it helps.
Expected behavior:
Each label will be removed after all changes have been removed.
Actual behavior:
Labels remain even after the PR has no changed files (only
code
,icons
and/orlocale
The text was updated successfully, but these errors were encountered: