Skip to content

Commit c955506

Browse files
authored
chore(ci): add monthly roadmap reminder workflow (#4075)
1 parent 5715284 commit c955506

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 * *'
7+
8+
permissions:
9+
contents: read
10+
pull-requests: read
11+
issues: read
12+
13+
14+
jobs:
15+
call-workflow-passing-data:
16+
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@fd4575466e5c2ac10703ac16f5aa9fb8890f532a
17+
with:
18+
token: ${{ github.token }}
19+
20+

0 commit comments

Comments
 (0)