Automatically add all new issues and pull requests to the Origami Project Board!
See ./example.yml
ORIGAMI_FOX_ACCESS_TOKEN
..github/workflows/
if it does not exist.github/workflows/
directory as add-new-issues-and-pull-requests-to-origami-project-board.yml
mkdir -p .github/workflows
curl -Lso .github/workflows/add-new-issues-and-pull-requests-to-origami-project-board.yml https://raw.githubusercontent.com/Financial-Times/origami-project-board-action/v1/example.yml
git checkout -b "origami-project-board-workflow"
git add .github
git commit -m "Add origami project board workflow"
git push
If your changes are not breaking, feel free to push them to the v1 branch, and they'll be picked up by every repo running v1.
If your changes ARE breaking, then you should create a v2 branch and update your chosen components to use the new workflow.