Skip to content

Commit

Permalink
Merge pull request #371 from alphagov/autorelease
Browse files Browse the repository at this point in the history
Amend Autorelease workflow and add PR template
  • Loading branch information
MuriloDalRi committed May 21, 2024
2 parents 5dc12e7 + d151a8e commit f2d22cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
workflow_dispatch: {}
schedule:
- cron: '00 13 * * 2'
- cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri.

jobs:
autorelease:
Expand Down

0 comments on commit f2d22cd

Please sign in to comment.