Skip to content

Commit

Permalink
Merge pull request #125 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 authored May 21, 2024
2 parents a54510c + 31a8bfd commit d494303
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/plek/pull/120/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 d494303

Please sign in to comment.