Skip to content

Commit f8cbfc2

Browse files
author
ynbot
committed
[Automated] Update validate_pr_labels caller workflow
1 parent 2b825f6 commit f8cbfc2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 🔎 Validate PR Labels
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- edited
7+
- labeled
8+
- unlabeled
9+
10+
jobs:
11+
validate-type-label:
12+
uses: ynput/ops-repo-automation/.github/workflows/validate_pr_labels.yml@develop
13+
with:
14+
repo: "${{ github.repository }}"
15+
pull_request_number: ${{ github.event.pull_request.number }}
16+
query_prefix: "type: "
17+
secrets:
18+
token: ${{ secrets.YNPUT_BOT_TOKEN }}

0 commit comments

Comments
 (0)