summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 11:51:57 +0100
committerGitHub <noreply@github.com>2022-10-03 11:51:57 +0100
commit061739d10f62de77b9738c5d22dfd9a7b23bbda0 (patch)
tree48bd9b79940c41ebca6423e004667160c3443658 /.github
parentProtoype automatic changelogs for dependabot PRs (#13998) (diff)
downloadsynapse-061739d10f62de77b9738c5d22dfd9a7b23bbda0.tar.xz
Change dependabot CL suffix (#14011)
* Change dependabot CL suffix

* Changelog
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_changelog.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml
index 9fef12a91c..e28bd56b34 100644
--- a/.github/workflows/dependabot_changelog.yml
+++ b/.github/workflows/dependabot_changelog.yml
@@ -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"