Skip to content

Commit

Permalink
fix: Not a git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure committed Dec 29, 2024
1 parent 6f535a4 commit ff0b160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
if: ${{ startsWith(github.event.pull_request.title, 'act:') }}
with:
labels: action
- name: Checkout repository
uses: actions/checkout@v4
- name: Check if no label was added
run: |
labels=$(gh pr view ${{ github.event.pull_request.number }} --json labels --jq '.labels[].name')
Expand Down

0 comments on commit ff0b160

Please sign in to comment.