From 503e85d1a5eb14731af71525a31307db3c2b0e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Fatih=20C=C4=B1r=C4=B1t?= Date: Thu, 28 Nov 2024 23:57:08 +0300 Subject: [PATCH] feat(pr-agent.yaml): remove label requirement (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: M. Fatih Cırıt --- sources/.github/workflows/pr-agent.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sources/.github/workflows/pr-agent.yaml b/sources/.github/workflows/pr-agent.yaml index 5cd0845..86045d5 100644 --- a/sources/.github/workflows/pr-agent.yaml +++ b/sources/.github/workflows/pr-agent.yaml @@ -2,17 +2,11 @@ name: PR-Agent on: pull_request: - types: [opened, labeled, unlabeled, synchronize] + types: [opened, reopened] issue_comment: jobs: - prevent-no-label-execution-pr-agent: - uses: autowarefoundation/autoware-github-actions/.github/workflows/prevent-no-label-execution.yaml@v1 - with: - label: tag:pr-agent pr_agent_job: - needs: prevent-no-label-execution-pr-agent - if: ${{ needs.prevent-no-label-execution-pr-agent.outputs.run == 'true' }} runs-on: ubuntu-22.04 permissions: issues: write