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 GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit Jul 15, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: aaronwaggener/add-prs@dbed5967671d6c6e8f3a961e9e8c6b829618a3b1 # 1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
usernamesA space separated list of usernames. Example: octocat mona-lisayes
project-idThe numerical ID of the project, typically found in the URL after "projects/" [organization-name]/projects/[project-id]yes
organizationThe 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 }}

no outputs