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 5715284 commit c955506Copy full SHA for c955506
.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 * *'
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