Skip to content

Commit 5834bbc

Browse files
authored
Adding pr label checker (#845)
* Add PR Docs Link Check workflow * fix: workflow name * Update PR label check workflow to use blocking labels * fix: switch to ready to merge * fix: renaming input
1 parent 2a0dde5 commit 5834bbc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Check PR Labels'
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
check-docs-links:
8+
uses: papermoonio/workflows/.github/workflows/pr-blocked-label.yml@main
9+
with:
10+
whitelist_labels: "B1 - Ready to Merge"

0 commit comments

Comments
 (0)