Skip to content

Commit 229411e

Browse files
committed
Adjusted pr label check
1 parent 2a02934 commit 229411e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,3 @@ jobs:
1919
if (labels.length === 0) {
2020
throw new Error('This pull request must have at least one label.');
2121
}
22-
- name: Comment on missing labels
23-
if: failure()
24-
uses: actions/github-script@v6
25-
with:
26-
script: |
27-
github.issues.createComment({
28-
issue_number: context.issue.number,
29-
owner: context.repo.owner,
30-
repo: context.repo.repo,
31-
body: 'This pull request must have at least one label.'
32-
})

0 commit comments

Comments
 (0)