aaronwaggener/Add User Pull Requests to Project Board
Add open pull requests that match an organization and list of usernames to a project board.
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 13, 2026
- Maintenance Recency
- Stalelast commit Jul 15, 2023
- License
- MIT
Pinned Snippet
uses: aaronwaggener/add-prs@dbed5967671d6c6e8f3a961e9e8c6b829618a3b1 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| usernames | A space separated list of usernames. Example: octocat mona-lisa | yes | — |
| project-id | The numerical ID of the project, typically found in the URL after "projects/" [organization-name]/projects/[project-id] | yes | — |
| organization | The URL friendly name of the organization where the project is located. Defaults to the current organization where the action is being run. | no | ${{ github.repository_owner }} |
Outputs
no outputs