chore: synced file(s) with orange-cloudavenue/workflows #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -------------------------------------------------------------- | |
# 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: | |
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 }} | |
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 }} | |
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-tf-provider.yml@main | |
secrets: | |
CLOUDAVENUE_ORG: ${{ secrets.CLOUDAVENUE_ORG }} | |
CLOUDAVENUE_USER: ${{ secrets.CLOUDAVENUE_USER }} | |
CLOUDAVENUE_PASSWORD: ${{ secrets.CLOUDAVENUE_PASSWORD }} | |
CLOUDAVENUE_VDC: ${{ secrets.CLOUDAVENUE_VDC }} |