Skip to content
Snippets Groups Projects
Unverified Commit cc8a3582 authored by David Robertson's avatar David Robertson Committed by GitHub
Browse files

Try again to automate dependabot changelogs (#14017)

* Try again to automate dependabot changelogs

* Changelog
parent 719488dd
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
Prototype a workflow to automatically add changelogs to dependabot PRs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment