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 }}"