Merge pull request #614 from vbrandl/feature/dependabot-auto-changelog

Autogenerate changelog entry for dependabot PRs
This commit is contained in:
Valentin Brandl 2023-05-06 01:10:58 +02:00 committed by GitHub
commit 4845826023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

View File

@ -10,3 +10,4 @@ updates:
- vbrandl
labels:
- dependencies
- dependabot

View File

@ -0,0 +1,26 @@
name: 'Dependabot Changelog'
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: dangoslen/dependabot-changelog-helper@v3
with:
activationLabel: 'dependabot'
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Update Changelog"