Skip to content

Commit

Permalink
chore: synced local '.github/workflows/pr_close.yml' with remote 'sha…
Browse files Browse the repository at this point in the history
…red-files/github-actions/pr_close.yml.njk'
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 539657d commit d9cef2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr_close.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: PR Close
on:
pull_request:
types: [closed]
workflow_dispatch:

concurrency:

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

Expand All @@ -18,4 +24,5 @@ jobs:
name: "Generate CHANGELOG"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_generate-changelog.yml@main
secrets:

TOKEN: ${{ secrets.CHANGELOG_PAT }}

0 comments on commit d9cef2d

Please sign in to comment.