Skip to content

Commit c30f452

Browse files
authored
Tune up maintenance workflow
* Run weekly * Meaningful commit message * Fix ambiguous instructions on triggering checks
1 parent ee434af commit c30f452

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/maintenance.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
branches: [ master ]
44
schedule:
5-
- cron: '*/5 * * * *'
5+
- cron: '0 0 * * 1'
66
workflow_dispatch: # Enables on-demand/manual triggering
77
jobs:
88
job:
@@ -26,9 +26,8 @@ jobs:
2626
- uses: peter-evans/create-pull-request@v4
2727
with:
2828
commit-message: |
29-
autogenerated maintenance
30-
title: autogenerated maintenance
29+
Update AWS provider/module and generated content
30+
title: Update AWS provider/module and generated content
3131
delete-branch: true
3232
body: |
33-
If tests are stuck on https://github.com/peter-evans/create-pull-request/issues/48:
34-
["Manually close pull requests and immediately reopen them. This will enable `on: pull_request` workflows to run and be added as checks."](https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs)
33+
This is an automated pull request triggered by GitHub Actions. To trigger check runs, close and re-open it.

0 commit comments

Comments
 (0)