Skip to content

Commit

Permalink
Change check pr to be more often
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Nov 23, 2024
1 parent c0cf95c commit 7747626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-pr-semver-label.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Check PR has Semver Label
name: Check PR has release label

on:
pull_request:
branches: ["main"]
types: [opened, labeled, unlabeled]
types: [opened, synchronize, labeled, unlabeled]

jobs:
check_pr:
Expand All @@ -28,4 +28,4 @@ jobs:
chmod +x ${{ runner.temp }}/auto
- name: Check PR
run: ${{ runner.temp }}/auto pr-check --context "Versioning / Semver Label" --url "${{ github.api_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
run: ${{ runner.temp }}/auto pr-check --context "Versioning / Release Label" --url "${{ github.api_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"

0 comments on commit 7747626

Please sign in to comment.