0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-12 07:38:58 +02:00

Try again to automate dependabot changelogs (#14017)

* Try again to automate dependabot changelogs

* Changelog
This commit is contained in:
David Robertson 2022-10-03 14:34:50 +01:00 committed by GitHub
parent 719488dda8
commit cc8a3582e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
Prototype a workflow to automatically add changelogs to dependabot PRs.