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 c317957
Show file tree
Hide file tree
Showing 2 changed files 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/action.yml

0 comments on commit c317957

Please sign in to comment.