Skip to content

ci(.github/): update ci configs to match go-fastly and cli #2

ci(.github/): update ci configs to match go-fastly and cli

ci(.github/): update ci configs to match go-fastly and cli #2

name: 'pull-request'
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dangoslen/dependabot-changelog-helper@v3
with:
activationLabels: dependencies
changelogPath: './CHANGELOG.md'
entryPrefix: 'build(deps): '
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "docs(CHANGELOG.md): add dependency bump from dependabot"