Skip to content

Commit 6710cf5

Browse files
authored
Improve update message (#20)
* Improve update message. * Run template check every month
1 parent b20cd76 commit 6710cf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/template-check-version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
if: env.UPDATE == 'true'
4545
run: |
4646
gh issue --repo ${{ github.repository }} \
47-
create --title "Template update" --body "The template has been updated. Please run `copier update` and merge changes."
47+
create --title "Template update" \
48+
--body "The template has been updated.\n\nPlease run \`copier update\` in your local copy, review the changes, and merge them into the repository.\n\nIf you need help, refer to the \`clio\` documentation or reach out to the calliope project team."
4849
env:
4950
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

template/.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Template check.
33
on:
44
schedule:
5-
- cron: '0 0 * * 1' # Runs at 00:00 UTC every Monday
5+
- cron: '0 0 1 * *' # Runs at 00:00 UTC on the 1st day of every month
66

77
jobs:
88
copier-update:

0 commit comments

Comments
 (0)