From 1a5aad72e697a4cd687c5e933172873808f8358c Mon Sep 17 00:00:00 2001 From: nipsufn Date: Wed, 13 Nov 2024 15:56:25 +0100 Subject: [PATCH] feat: add project board automation --- .github/workflows/pm.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/pm.yml diff --git a/.github/workflows/pm.yml b/.github/workflows/pm.yml new file mode 100644 index 000000000..b661cd231 --- /dev/null +++ b/.github/workflows/pm.yml @@ -0,0 +1,29 @@ +name: Synchronize with product board + +on: + issues: + types: + - opened + pull_request: + types: + - opened + - ready_for_review + +jobs: + automate: + if: github.event.pull_request.head.repo.fork == false + name: Add issue to project + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - uses: ory-corp/planning-automation-action@main + with: + project: 5 + organization: ory-corp + token: ${{ secrets.ORY_BOT_PAT }} + todoLabel: "Needs Triage" + statusName: Status + statusValue: "Needs Triage" + includeEffort: "false" + monthlyMilestoneName: Roadmap Monthly + quarterlyMilestoneName: Roadmap