-
Notifications
You must be signed in to change notification settings - Fork 417
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 is syncing labels when sync-labels property is false #104
Labels
duplicate
This issue or pull request already exists
Comments
stevecotton
added a commit
to wesnoth/wesnoth
that referenced
this issue
Oct 12, 2020
The sync-labels option was expected to accept "true" or "false" with "false" being the default. However, these are currently being converted to boolean using the Ecmascript `!` operator, which converts both of those strings to True. Pass the empty string instead to get the value False. actions/labeler#104
I can reproduce it. I'll try to mitigate the issue using the workaround from wesnoth/wesnoth@958c82d. |
3 tasks
epuertat
added a commit
to epuertat/labeler
that referenced
this issue
Nov 18, 2020
epuertat
added a commit
to epuertat/labeler
that referenced
this issue
Nov 18, 2020
3 tasks
anonymouse64
added a commit
to anonymouse64/snapd
that referenced
this issue
Feb 23, 2021
This was suggested in the upstream bug at actions/labeler#104 Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
anonymouse64
added a commit
to anonymouse64/snapd
that referenced
this issue
Feb 24, 2021
This was suggested in the upstream bug at actions/labeler#104 Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
anonymouse64
added a commit
to canonical/snapd
that referenced
this issue
Feb 26, 2021
.github/workflows/labeler.yaml: try work-around to not sync labels This was suggested in the upstream bug at actions/labeler#104 Also apply the YAML linter that my editor applies to every YAML file :-)
Hello everyone! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having created a branch with an empty commit, I create a PR with some tags added manually, then labeler github action is executed and removes (synchronize) all labels that I have defined in the file labeler.yml complying with the file rules.
I tried with
sync-labels
unset and set tofalse
.github action log:
I think this should not happen with the
sync-labels
set tofalse
, any advice?The text was updated successfully, but these errors were encountered: