From 93216a74242d52d611dde93bf92724de4aeb2771 Mon Sep 17 00:00:00 2001 From: Christian Tran Date: Tue, 20 Aug 2024 00:16:30 +0000 Subject: [PATCH] fix(label): checkout code for labeler.yml --- .github/workflows/label.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 098394a6..7a36cb57 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -17,6 +17,9 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - name: Checkout code + uses: actions/checkout@v4 + - name: Add label + uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"