forked from MirrorHub/synapse
Change dependabot CL suffix (#14011)
* Change dependabot CL suffix * Changelog
This commit is contained in:
parent
7a441c4f30
commit
061739d10f
2 changed files with 2 additions and 1 deletions
2
.github/workflows/dependabot_changelog.yml
vendored
2
.github/workflows/dependabot_changelog.yml
vendored
|
@ -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
1
changelog.d/14011.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Prototype a workflow to automatically add changelogs to dependabot PRs.
|
Loading…
Reference in a new issue