Change dependabot CL suffix (#14011)

* Change dependabot CL suffix

* Changelog
pull/13982/head
David Robertson 2022-10-03 11:51:57 +01:00 committed by GitHub
parent 7a441c4f30
commit 061739d10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
- name: Write, commit and push changelog
run: |
echo "${{ github.event.pull_request.title }}." > "changelog.d/${{ github.event.pull_request.number }}".docker
echo "${{ github.event.pull_request.title }}." > "changelog.d/${{ github.event.pull_request.number }}".misc
git add changelog.d
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "GitHub Actions"

1
changelog.d/14011.misc Normal file
View File

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