Skip to content

Commit

Permalink
chore: synced local '.github/workflows/pr.yml' with remote 'shared-fi…
Browse files Browse the repository at this point in the history
…les/github-actions/pr.yml.njk'
  • Loading branch information
github-actions[bot] committed Jan 6, 2025
1 parent 304a621 commit b2df3ad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ name: PR All events

on:
pull_request_target:
types: [ synchronize ]
types: [ opened, reopened, synchronize ]


concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
group: ${{ github.ref }}-${{ github.head_ref }}-pr-all
cancel-in-progress: true

permissions:
Expand Down Expand Up @@ -40,5 +40,7 @@ jobs:
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}


pr-license:
name: "License Check"
uses: orange-cloudavenue/workflows/.github/workflows/pr_license.yml@main

0 comments on commit b2df3ad

Please sign in to comment.