Skip to content

Commit

Permalink
not here...
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 30, 2025
1 parent c0503d8 commit 67a7d14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Empty file.
9 changes: 1 addition & 8 deletions .github/workflows/require-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
outputs:
status: ${{ steps.check-labels.outputs.status }}
steps:
- name: check changelog labels
id: check-labels
- id: check-labels
uses: mheap/github-action-required-labels@v5
with:
mode: exactly
Expand All @@ -24,9 +23,3 @@ jobs:
if: steps.check-labels.outputs.status == 'success'
- run: echo FAILURE && exit 1
if: steps.check-labels.outputs.status == 'failure'
- name: check banned labels
uses: mheap/github-action-required-labels@v5
with:
mode: exactly
count: 0
labels: "allow-dev-deps"

0 comments on commit 67a7d14

Please sign in to comment.