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 Jul 29, 2024
1 parent e587aa9 commit 4e439dc
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 @@ -27,6 +27,11 @@ env:
RUSTUP_WINDOWS_PATH_ADD_BIN: 1

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 4e439dc

Please sign in to comment.