Skip to content
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

it gets triggered by any label change after the marked one has been given #14

Open
zorkind opened this issue Jul 25, 2020 · 2 comments
Open

Comments

@zorkind
Copy link

zorkind commented Jul 25, 2020

So this is how this happens:

I add a "bug" label to an issue, works perfectly, moves to the column i want in the project.

Then, i go to the project, change to another column and add another label to it.

Then it will move that issue back to the original column where "bug" need to be.

It is not recognizing that the label that was added is not the "bug" but an extra.

@celloward
Copy link

Certainly not a fix for the action itself, you can guard against this behavior using an if guard in your yml before this action is run:

    if: contains(github.event.label.*.name, 'bug')

Just ensure you have an always_job running at the end to avoid a conflict in an error getting thrown.

@zorkind
Copy link
Author

zorkind commented Sep 4, 2020

Thanks Cello 👍

I wil test this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants