diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1426d0d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +⚠️ Make sure you [release a new version of this gem](https://github.com/alphagov/govuk_app_config/pull/356/files) after merging your changes. ⚠️ + +Refer to the [existing docs](https://docs.publishing.service.gov.uk/manual/publishing-a-ruby-gem.html#ruby-version-compatibility) if you are making changes to the supported Ruby versions. diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 11b3988..b73d83e 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -1,7 +1,7 @@ on: workflow_dispatch: {} schedule: - - cron: '00 13 * * 2' + - cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri. jobs: autorelease: