We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea7de7 commit 05693d8Copy full SHA for 05693d8
.github/workflows/on_schedule_monthly_roadmap_reminder.yml
@@ -2,8 +2,8 @@ name: Monthly roadmap reminder
2
3
on:
4
workflow_dispatch: {}
5
-# schedule:
6
-# - cron: '0 0 1 * *'
+ schedule:
+ - cron: '0 0 1 * *'
7
8
permissions:
9
contents: read
@@ -15,6 +15,6 @@ jobs:
15
16
pull-requests: read
17
issues: write # create monthly roadmap report
18
- uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@main
+ uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@dd7035996f1813dbc50fe78e523d4c2a074258a9
19
secrets:
20
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments