WordPress / props-bot-action

A GitHub Action for compiling a list of contributor props.
Other
11 stars 3 forks source link

Include props for contributors from other related pull requests #66

Open desrosj opened 7 months ago

desrosj commented 7 months ago

Problem

Currently, the bot pulls in:

It's not uncommon for there to be multiple attempts to fix one issue. However, PRs can only be linked to issues, and issues to PRs.

For an example, both https://github.com/WordPress/gutenberg/pull/58713 and https://github.com/WordPress/gutenberg/pull/58645 attempts to fix https://github.com/WordPress/gutenberg/issues/58628.

https://github.com/WordPress/gutenberg/pull/58713 was ultimately the fix that was merged, but the contributors to https://github.com/WordPress/gutenberg/pull/58645 also deserve to be included for attempting to solve the problem.

Feature Request

The bot should be updated to also include contributors to any other pull request linked to linked issues.

Workaround

The only current workaround is to manually include them.

Repository

No response