Skip to content

Commit 6c20e18

Browse files
authored
chore(ci): add monthly roadmap reminder central action (#2330)
1 parent 413af48 commit 6c20e18

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Monthly roadmap reminder
2+
3+
on:
4+
workflow_dispatch: {}
5+
schedule:
6+
- cron: '0 0 1 * *' # runs first day of the month
7+
8+
permissions:
9+
contents: read
10+
11+
12+
jobs:
13+
monthly-roadmap-reminder:
14+
permissions:
15+
contents: read
16+
pull-requests: read
17+
issues: write # create monthly roadmap report
18+
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@dd7035996f1813dbc50fe78e523d4c2a074258a9
19+
secrets:
20+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)