mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-06 06:25:24 -05:00
Try again to automate dependabot changelogs (#14017)
* Try again to automate dependabot changelogs * Changelog
This commit is contained in:
parent
719488dda8
commit
cc8a3582e0
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…
x
Reference in New Issue
Block a user