From e3b39819c6d256cd67724f4dd6c1efc6973d081a Mon Sep 17 00:00:00 2001 From: 0xSage Date: Fri, 1 Dec 2023 14:42:23 +0800 Subject: [PATCH] checkout repo --- .github/workflows/auto-label-conventional-commits.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-label-conventional-commits.yaml b/.github/workflows/auto-label-conventional-commits.yaml index f752fa4a3c..d7ff946628 100644 --- a/.github/workflows/auto-label-conventional-commits.yaml +++ b/.github/workflows/auto-label-conventional-commits.yaml @@ -8,6 +8,7 @@ on: types: - reopened - opened + - edited jobs: label_issues: runs-on: ubuntu-latest @@ -15,6 +16,8 @@ jobs: issues: write pull-requests: write steps: + - name: Checkout + uses: actions/checkout@v4 - name: Label issues run: | ISSUE_TITLE=$(gh issue view ${{ github.event.number }} --json title -q ".title")