Skip to content

chore: synced file(s) with orange-cloudavenue/workflows #41

chore: synced file(s) with orange-cloudavenue/workflows

chore: synced file(s) with orange-cloudavenue/workflows #41

Workflow file for this run

# --------------------------------------------------------------
# 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 All events
on:
pull_request_target:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-pr-all
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
changelog-dependabot:
name: "Changelog Dependabot"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_dependabot.yml@main
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
pr-size:
name: "PR Size"
uses: orange-cloudavenue/workflows/.github/workflows/pr_label_size.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}
pr-conventional-commits:
name: "Conventional Commits"
uses: orange-cloudavenue/workflows/.github/workflows/pr_conventional_commits.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}
pr-license:
name: "License Check"
uses: orange-cloudavenue/workflows/.github/workflows/pr_license.yml@main