Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Try again to automate dependabot changelogs (#14017)
Browse files Browse the repository at this point in the history
* Try again to automate dependabot changelogs

* Changelog
  • Loading branch information
David Robertson committed Oct 3, 2022
1 parent 719488d commit cc8a358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dependabot_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14017.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prototype a workflow to automatically add changelogs to dependabot PRs.

0 comments on commit cc8a358

Please sign in to comment.