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

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matrix-org/synapse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6413bcd5a946b9624bb8b4085c79deb79f7d6a2a
Choose a base ref
..
head repository: matrix-org/synapse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1059198ee3ca70165ac16e02361361ab4377cff
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +1 −1 .github/workflows/dependabot_changelog.yml
  2. +1 −0 changelog.d/14011.misc
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_changelog.yml
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions changelog.d/14011.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prototype a workflow to automatically add changelogs to dependabot PRs.