forked from MirrorHub/synapse
Try again to automate dependabot changelogs (#14017)
* Try again to automate dependabot changelogs * Changelog
This commit is contained in:
parent
719488dda8
commit
cc8a3582e0
2 changed files with 7 additions and 0 deletions
6
.github/workflows/dependabot_changelog.yml
vendored
6
.github/workflows/dependabot_changelog.yml
vendored
|
@ -4,6 +4,12 @@ on:
|
|||
types:
|
||||
- opened
|
||||
|
||||
permissions:
|
||||
# Needed to be able to push the commit. See
|
||||
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
|
||||
# for a similar example
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
add-changelog:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
|
1
changelog.d/14017.misc
Normal file
1
changelog.d/14017.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Prototype a workflow to automatically add changelogs to dependabot PRs.
|
Loading…
Reference in a new issue