Skip to content

Commit a0923c5

Browse files
authored
Merge pull request #138 from ZettaScaleLabs/add-check-labels-workflow
chore: Add check-labels workflow
2 parents 0749bab + 7307c60 commit a0923c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/check-labels.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check required labels
2+
3+
on:
4+
pull_request_target:
5+
branches: ["**"]
6+
7+
jobs:
8+
check-labels:
9+
name: Check PR labels
10+
uses: eclipse-zenoh/ci/.github/workflows/check-labels.yml@main
11+
secrets:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}
13+
permissions:
14+
pull-requests: write

0 commit comments

Comments
 (0)