Skip to content

Commit 7b8452c

Browse files
Merge pull request #399 from datum-cloud/feat/set-project-month
feat: auto-set project month field on PR open
2 parents 9577d15 + de865e0 commit 7b8452c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Set Project Month
2+
3+
on:
4+
pull_request:
5+
types: [opened, ready_for_review, reopened]
6+
7+
jobs:
8+
set-month:
9+
uses: datum-cloud/actions/.github/workflows/set-project-month.yaml@v1.13.2
10+
secrets: inherit

0 commit comments

Comments
 (0)