From ac4731b7e57ea0bd7e0ebcdde37cf4088b7c308c Mon Sep 17 00:00:00 2001 From: "Victor H. Avelar" Date: Sat, 16 Jul 2022 08:36:26 +0000 Subject: [PATCH] fix(gh_actions): trigger on local and remote prs --- .github/workflows/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d786511..963e577 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -2,6 +2,9 @@ name: "PR label assigner" on: workflow_dispatch: + pull_request: + branches: + - master pull_request_target: branches: - master