actions-marketplace-validations/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
not yet scored
Maintenance Recency
Stalelast commit Jul 15, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/aaronwaggener_add-prs@9af17063722f59bcb1e7016360b66ba2e3a0be85 # no releases — HEAD as of 2026-07-17

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