Skip to content

Commit

Permalink
chore(ci): add monthly roadmap reminder central action (#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa authored Apr 5, 2024
1 parent 413af48 commit 6c20e18
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/on_schedule_monthly_roadmap_reminder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Monthly roadmap reminder

on:
workflow_dispatch: {}
schedule:
- cron: '0 0 1 * *' # runs first day of the month

permissions:
contents: read


jobs:
monthly-roadmap-reminder:
permissions:
contents: read
pull-requests: read
issues: write # create monthly roadmap report
uses: aws-powertools/actions/.github/workflows/monthly_roadmap_reminder.yml@dd7035996f1813dbc50fe78e523d4c2a074258a9
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6c20e18

Please sign in to comment.