diff --git a/.github/workflows/label-prs.yml b/.github/workflows/label-prs.yml index f915a881a..37e92725d 100644 --- a/.github/workflows/label-prs.yml +++ b/.github/workflows/label-prs.yml @@ -24,9 +24,4 @@ jobs: run: npm install -g yarn - name: Install dependencies - run: yarn - - - name: Run PR labelling script - run: npm run label-prs - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + run: yarn \ No newline at end of file