You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a GitHub action assigns a label, no workflow is run
Suggested solution
Thus, I need a way to run another step if someone was assigned.
Draft: I would like to have if steps.assign.outputs.assigned == "yes" as condition for my next step. I would just use the same steps as when the label was manually assigned
Type of feature
💡 Feature
Current behavior
We have workflows running reacting on set labels.
If a GitHub action assigns a label, no workflow is run
Suggested solution
Thus, I need a way to run another step if someone was assigned.
Draft: I would like to have
if steps.assign.outputs.assigned == "yes"
as condition for my next step. I would just use the same steps as when the label was manually assignedhttps://github.com/JabRef/jabref/blob/25635de59496e2765ccfab19c07e91b6c48067a4/.github/workflows/on-labeled-issue.yml#L49
(This wish is similar to bdougie/take-action#27 for the take-action).
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: