We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a02934 commit 229411eCopy full SHA for 229411e
.github/workflows/pr-label-check.yml
@@ -19,14 +19,3 @@ jobs:
19
if (labels.length === 0) {
20
throw new Error('This pull request must have at least one label.');
21
}
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