Skip to content

Commit

Permalink
chore: created local '.github/workflows/pr_close.yml' from remote 'sh…
Browse files Browse the repository at this point in the history
…ared-files/github-actions/pr_close.yml.njk'
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent 335f522 commit 3dd4431
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pr_close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# --------------------------------------------------------------
# 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

permissions:
contents: write
pull-requests: write

jobs:
GenerateChangelog:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
name: "Generate CHANGELOG"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_generate-changelog.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}

0 comments on commit 3dd4431

Please sign in to comment.