mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-21 12:42:03 +01:00
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:
|
types:
|
||||||
- opened
|
- 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:
|
jobs:
|
||||||
add-changelog:
|
add-changelog:
|
||||||
runs-on: 'ubuntu-latest'
|
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…
Add table
Reference in a new issue