From f9640ffb4034f2465f0ed9e53420f7dfa635d42f Mon Sep 17 00:00:00 2001 From: Ferdynand Naczynski Date: Thu, 10 Oct 2024 10:19:22 +0200 Subject: [PATCH] chore: adjust project automation (#4143) --- .github/workflows/pm.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pm.yml b/.github/workflows/pm.yml index 09b9fd6f83a2..b661cd23126e 100644 --- a/.github/workflows/pm.yml +++ b/.github/workflows/pm.yml @@ -7,14 +7,23 @@ on: pull_request: types: - opened + - ready_for_review jobs: - add-to-project: + automate: if: github.event.pull_request.head.repo.fork == false name: Add issue to project runs-on: ubuntu-latest + timeout-minutes: 5 steps: - - uses: actions/add-to-project@v0.5.0 + - uses: ory-corp/planning-automation-action@main with: - project-url: https://github.com/orgs/ory-corp/projects/5 - github-token: ${{ secrets.ORY_BOT_PAT }} + 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