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

Add an output that specifies the assignment happened #27

Open
ManuelRauber opened this issue Jan 27, 2024 · 2 comments
Open

Add an output that specifies the assignment happened #27

ManuelRauber opened this issue Jan 27, 2024 · 2 comments

Comments

@ManuelRauber
Copy link

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.

@bdougie
Copy link
Owner

bdougie commented Jan 29, 2024

I am intrigued, are you able to provide an example of the additional context @ManuelRauber

@koppor
Copy link

koppor commented Oct 16, 2024

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.

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

3 participants