Skip to content

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

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

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

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 Open
on:
pull_request:
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
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 }}
changelog-validation:
name: "Changelog Validation"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_validation.yml@main
secrets:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
golang-ci-lint:
name: "Lint"
uses: orange-cloudavenue/workflows/.github/workflows/go_golangci-lint.yml@main
tests:
name: "Unit Tests"
uses: orange-cloudavenue/workflows/.github/workflows/go_unit-test.yml@main