-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
From my understanding, currently this action only looks for issues that use the "magic closing words" in the PR description. It'd be nice if the list also included issues linked in the "Development" section:
This is useful if you're trying to manage PRs/issues from a project board. If a PR is open and an issue is linked to it, either from the PR's card or the issue's card, it's added to this "Development" list, but not the PR's description (without manual editing).
I think all that would need to be done is add any issues from the "Development" section that aren't already included after parsing the description. I know from reading other issues that this project aims to minimize API calls, though, so maybe this would need to be an opt-in behavior (like passing an optional flag alongside GITHUB_TOKEN).