Skip to content

Commit 23b0ba9

Browse files
authored
👷 Remove legacy label check (#2424)
1 parent 74cf9ed commit 23b0ba9

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
- opened
66
- synchronize
77
- reopened
8-
# For label-checker
9-
- labeled
10-
- unlabeled
118

129
permissions: {}
1310

@@ -20,18 +17,4 @@ jobs:
2017
timeout-minutes: 5
2118
steps:
2219
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
23-
if: ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2420
- run: echo "Done adding labels"
25-
# Run this after labeler applied labels
26-
check-labels:
27-
needs:
28-
- labeler
29-
permissions:
30-
pull-requests: read
31-
runs-on: ubuntu-latest
32-
timeout-minutes: 5
33-
steps:
34-
- uses: agilepathway/label-checker@c3d16ad512e7cea5961df85ff2486bb774caf3c5 # v1.6.65
35-
with:
36-
one_of: breaking,security,feature,bug,refactor,upgrade,docs,lang-all,internal
37-
repo_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)