We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
it would be nice if the action has an output that specifies if an assignment has actually happend to make further processing based on that decision.
The text was updated successfully, but these errors were encountered:
I am intrigued, are you able to provide an example of the additional context @ManuelRauber
Sorry, something went wrong.
For example, there is an action changed the state in a GitHub project: https://github.com/m7kvqbe1/github-action-move-issues/
In case a contributor was assigned, the state should change from "Free to take" to "Assigned".
Example implementation: https://github.com/JabRef/jabref/blob/25635de59496e2765ccfab19c07e91b6c48067a4/.github/workflows/on-labeled-issue.yml#L49
The issue should not change the state if no assignment happened.
No branches or pull requests
Hi,
it would be nice if the action has an output that specifies if an assignment has actually happend to make further processing based on that decision.
The text was updated successfully, but these errors were encountered: