Skip to content

Commit

Permalink
Fix the label workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Aug 1, 2024
1 parent 6b227a8 commit 2f1f7c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for semver label
uses: ./github/actions/pull_request_label_checker.yml
uses: ./github/actions/pull_request_semver_label_checker.yml

0 comments on commit 2f1f7c5

Please sign in to comment.