Skip to content

Commit

Permalink
feat(pr-agent.yaml): remove label requirement (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Nov 28, 2024
1 parent 7658696 commit 503e85d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions sources/.github/workflows/pr-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 503e85d

Please sign in to comment.