Skip to content

Commit 8609d96

Browse files
authored
chore: adjust project automation (#1597)
1 parent 6f7bbe2 commit 8609d96

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/pm.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Synchronize with product board
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
pull_request:
8+
types:
9+
- opened
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

Comments
 (0)