Skip to content

Commit

Permalink
Merge pull request #2346 from MegMll/fix/automatic_comment
Browse files Browse the repository at this point in the history
CI - Fix automatic comment
  • Loading branch information
jorisv authored Jul 23, 2024
2 parents 502d1b2 + b1e209d commit edfd517
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Verify Pull Request Labels
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit edfd517

Please sign in to comment.