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

Issues filtered by creator/assignee #660

Open
alper opened this issue Dec 6, 2024 · 4 comments
Open

Issues filtered by creator/assignee #660

alper opened this issue Dec 6, 2024 · 4 comments

Comments

@alper
Copy link

alper commented Dec 6, 2024

I'd like to be able to filter issues not on label but on creator/assignee.

This is for a team based project board in a larger monorepo context. We are not interested in having all PRs/issues on our board.

@alper
Copy link
Author

alper commented Dec 19, 2024

I forked it and made this work as a creators filter. Assignee could also be added if there's interest.

My repo: https://github.com/alper/add-to-project

@keikoro
Copy link

keikoro commented Feb 19, 2025

For the issue author (creator) portion of your use case, couldn't this be solved much more easily by limiting the workflow job/step to specific actors or triggering_actors? See github context in the docs.

@alper
Copy link
Author

alper commented Feb 19, 2025

That's interesting but getting this thing to run properly in Github was a nightmare to begin with what with different bot users and rights and everything intersecting. I'll pick this up if I ever need to but for now what I cobbled together is working fine (with some token).

@keikoro
Copy link

keikoro commented Feb 20, 2025

Oh yeah sure, use whatever works best for you, I was more responding to the initial request to have a filter option for issuers.

If I understood the problem correctly, it should be solvabe with an if condition targeting certain actors, much like one would exclude bots from certain workflows (see e.g. the section on Troubleshooting Dependabot in the docs).

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