Skip to content

Commit

Permalink
[CI] Fix label check
Browse files Browse the repository at this point in the history
# Motivation

The label check workflow doesn't seem to work properly.

# Modification

This PR fixes it.

# Result

Proper label checks.
  • Loading branch information
FranzBusch committed Aug 5, 2024
1 parent 260c899 commit c15da8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for semver label
uses: ".github/actions/pull_request_semver_label_checker/action.yml"
uses: ./.github/actions/pull_request_semver_label_checker"

0 comments on commit c15da8c

Please sign in to comment.