Skip to content

Commit

Permalink
Run label checks against branch docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Feb 13, 2025
1 parent 9e7378b commit 5146859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_semver_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Check semantic version label
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
- uses: docker://agilepathway/pull-request-label-checker:tmp-use-native-arm64-github-action-not-qemu
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5146859

Please sign in to comment.