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

[ FEATURE REQUEST ]: Ability to configure what needs to be attached to a project/moved and what is not #61

Open
1 task done
VladyslavBilomeria opened this issue Mar 14, 2023 · 4 comments

Comments

@VladyslavBilomeria
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe

The ability to move linked issues with the PR is great!
But in my case, I don't need to attach PRs to the project and therefore don't need to put them in any columns.

Describe the solution you'd like:

It would be great to be able to configure whether to attach a PR to a project / move it or not.
Perhaps something like:

attach_pr: false # Specifies whether to attach a PR to the project (if not already attached)
move_pr: false # Specifies whether to move the PR

Describe alternatives you've considered

No response

Additional context:

No response

@leonsteinhaeuser
Copy link
Owner

@VladyslavBilomeria thank you very much for the feedback and the feature request. I think the described functionality should not be that difficult to implement. I will try to take a look at it in the next few days.

@VladyslavBilomeria
Copy link
Author

Great, thank you!

@leonsteinhaeuser
Copy link
Owner

I had some time to think about this again in the last few days. Separating Issues from Pull Requests would require a lot of effort and code, since GitHub treats Pull Requests as Issues. We could provide a more generic selection like:

move_linked: true/false # if true, attach_linked must be true as well
attach_linked: true/false

@goldiegadde
Copy link

yes a generic selection sounds like a good idea.
We currently use multiple project boards for managing issues, and while the functionality to update project attributes is great, I cannot use this automation on issues that belong to different project boards.
Is there any plans to fix this soon ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants