From 9695e82fd60ed394ae77e31282cc35edd6aba5bb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 5 Jan 2021 20:06:31 +0530 Subject: [PATCH] Adds auto-label job back --- .github/workflows/checks.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 0d05d347e..8eaf0c692 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -17,10 +17,10 @@ jobs: uses: borales/actions-yarn@v2.0.0 with: cmd: test - #label: - #runs-on: ubuntu-latest - #steps: - #- name: Labelling pull request - #uses: actions/labeler@main - #with: - #repo-token: "${{ secrets.GITHUB_TOKEN }}" + label: + runs-on: ubuntu-latest + steps: + - name: Labelling pull request + uses: actions/labeler@main + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"