Skip to content

Commit

Permalink
chore: Optimize the code logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Dec 29, 2024
1 parent f2b0314 commit 110a32d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
if: ${{ startsWith(github.event.pull_request.title, matrix.label.prefix) }}
with:
labels: ${{ matrix.label.name }}

validator:
needs: labeler
runs-on: ubuntu-latest
name: Close PR if no label was added
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check if no label was added
Expand Down

0 comments on commit 110a32d

Please sign in to comment.