We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7bbe2 commit 8609d96Copy full SHA for 8609d96
.github/workflows/pm.yml
@@ -0,0 +1,29 @@
1
+name: Synchronize with product board
2
+
3
+on:
4
+ issues:
5
+ types:
6
+ - opened
7
+ pull_request:
8
9
10
+ - ready_for_review
11
12
+jobs:
13
+ automate:
14
+ if: github.event.pull_request.head.repo.fork == false
15
+ name: Add issue to project
16
+ runs-on: ubuntu-latest
17
+ timeout-minutes: 5
18
+ steps:
19
+ - uses: ory-corp/planning-automation-action@main
20
+ with:
21
+ organization: ory-corp
22
+ project: 5
23
+ token: ${{ secrets.ORY_BOT_PAT }}
24
+ todoLabel: "Needs Triage"
25
+ statusName: Status
26
+ statusValue: "Needs Triage"
27
+ includeEffort: "false"
28
+ monthlyMilestoneName: Roadmap Monthly
29
+ quarterlyMilestoneName: Roadmap
0 commit comments