From a0f3681bce6f482181ef6def63bf2a639e072da1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 2 Dec 2020 19:11:50 +0530 Subject: [PATCH] Comments out labeler action --- .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 8eaf0c692..0d05d347e 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 }}"