Skip to content

Commit d5691a7

Browse files
committed
Update PR label check workflow to use blocking labels
1 parent bc55f89 commit d5691a7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/check-pr-labels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ on:
66
jobs:
77
check-docs-links:
88
uses: papermoonio/workflows/.github/workflows/pr-blocked-label.yml@main
9-
with:
10-
mkdocs_repo: papermoonio/polkadot-mkdocs
11-
docs_repo: polkadot-developers/polkadot-docs
12-
docs_checkout: polkadot-docs
13-
url: https://docs.polkadot.com
9+
with:
10+
blocking_labels: "B2 - Blocked"

0 commit comments

Comments
 (0)