Skip to content

Commit

Permalink
Merge pull request #612 from ZettaScaleLabs/add-check-labels-workflow
Browse files Browse the repository at this point in the history
chore: Add check-labels workflow
  • Loading branch information
Mallets authored Aug 30, 2024
2 parents d6b17bb + 3d920ac commit fa9dc9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check required labels

on:
pull_request_target:
branches: ["**"]

jobs:
check-labels:
name: Check PR labels
uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
pull-requests: write

0 comments on commit fa9dc9d

Please sign in to comment.