We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413af48 commit 6c20e18Copy full SHA for 6c20e18
.github/workflows/on_schedule_monthly_roadmap_reminder.yml
@@ -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
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