From acbb30bc642428fe541a4c8a51aada7830e22da2 Mon Sep 17 00:00:00 2001 From: Aamir Azad <82281117+aamirazad@users.noreply.github.com> Date: Sat, 22 Jun 2024 14:42:12 +0530 Subject: [PATCH] ci: fix pr labeler (#21) --- .github/workflows/pr-tagger.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr-tagger.yml b/.github/workflows/pr-tagger.yml index 8e0f17b..3838070 100644 --- a/.github/workflows/pr-tagger.yml +++ b/.github/workflows/pr-tagger.yml @@ -18,9 +18,8 @@ jobs: permissions: # write permission is required for autolabeler pull-requests: write - if: github.event_name == 'pull_request_target' && (github.event.action == 'opened' || github.event.action == 'reopened') && github.event.pull_request.user.login != 'dependabot' steps: - name: Label PR with release-drafter uses: release-drafter/release-drafter@v6 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}