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 307dc32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull_request_label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: PR label

on:
pull_request:
Expand All @@ -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 307dc32

Please sign in to comment.