Skip to content

Commit

Permalink
chore: synced local '.github/workflows/pr_open.yml' with remote 'shar…
Browse files Browse the repository at this point in the history
…ed-files/github-actions/pr_open.yml.njk'
  • Loading branch information
github-actions[bot] committed Dec 29, 2024
1 parent b660882 commit 9c8c312
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pr_open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,21 @@ concurrency:
cancel-in-progress: true

permissions:
contents: read
contents: write
pull-requests: write

jobs:
changelog-dependabot:
name: "Changelog Dependabot"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_dependabot.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}
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"
Expand Down

0 comments on commit 9c8c312

Please sign in to comment.