From fb1d4ea5b1e401cd7ab3b320dfcab14dd5fdc665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Je=C5=BEek?= Date: Wed, 29 Mar 2023 17:35:48 +0200 Subject: [PATCH] removing pr target --- .github/workflows/project_actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/project_actions.yml b/.github/workflows/project_actions.yml index 605a0ae422..c66e378a5a 100644 --- a/.github/workflows/project_actions.yml +++ b/.github/workflows/project_actions.yml @@ -1,7 +1,6 @@ name: project-actions on: - pull_request_target: pull_request: types: [opened, synchronize, assigned, review_requested] pull_request_review: @@ -69,4 +68,4 @@ jobs: uses: actions/labeler@v4 with: repo-token: ${{ secrets.YNPUT_BOT_TOKEN }} - configuration-path: ".github/pr-glob-labeler.yml" \ No newline at end of file + configuration-path: ".github/pr-glob-labeler.yml"