Skip to content

Commit

Permalink
Add gem version bump checker workflow
Browse files Browse the repository at this point in the history
This workflow will check every pull request and fail if it does not make changes to the changelog and the version.rb or .gemspec file.

This will not be a required check to start with.

https://trello.com/c/R1kkdVjt/3560-re-evaluate-effectiveness-of-gem-auto-release-workflow-3
  • Loading branch information
MuriloDalRi authored Jul 3, 2024
1 parent 417c201 commit b189ff1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/gem-bump-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
workflow_dispatch: {}
pull_request: {}

jobs:
gem-bump-checker:
uses: alphagov/govuk-infrastructure/.github/workflows/gem-bump-checker.yml@main
secrets:
GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}

0 comments on commit b189ff1

Please sign in to comment.