Skip to content

Commit

Permalink
Add check-labels workflow to CI jobs
Browse files Browse the repository at this point in the history
To easy the generation of changelogs we're enforcing labels on PRs. In
eclipse-zenoh/ci#128 a new re-usable workflow
was added to check and this PR enables the check.
  • Loading branch information
diogomatsubara committed May 14, 2024
1 parent b8dd01d commit d4d9948
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ env:
CARGO_PROFILE_DEV_DEBUG: false

jobs:
check-labels:
name: Check PR labels
uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main
secrets: inherit

check:
name: Lints and doc tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d4d9948

Please sign in to comment.