

# This workflow acts on issues, and pull requests # This workflow assigns to issues and pull requests to a project board github/workflows.Īdd a file named assign-to-project.yaml in the workflows directory with the following contents, replacing PROJECT_URL with your project board’s URL.

In your repository, make a directory named.Either at the repository or organization level create a secret named ASSIGN_PROJECT_TOKEN with the personal access token.The token needs repo and admin:org permissions. Create a personal access token for a user with admin permissions for the organization.

If you are using a repository level project, skip to the next section. 🛑 This step is only necessary if you are using an organization level project. You can customize this to fit with your project’s naming conventions.
#PROJECT BOARD FOR GITHUB HOW TO#
Learn how to use the assign-one-project GitHub action to automate adding issues and pull requests to your board. Do you want to add all new issues and pull requests to a GitHub project board?Īdding them manually to the board inevitably results in missed issues and a stale, less-than-helpful board.
