diff options
author | David Robertson <davidr@element.io> | 2022-10-03 14:34:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 14:34:50 +0100 |
commit | cc8a3582e05ae593a7e73dd832cfd702040c28a5 (patch) | |
tree | fc19437b07d2032f120caaf40754577efccab0bb /.github | |
parent | Add query parameter `ts` to allow appservices set the `origin_server_ts` for ... (diff) | |
download | synapse-cc8a3582e05ae593a7e73dd832cfd702040c28a5.tar.xz |
Try again to automate dependabot changelogs (#14017)
* Try again to automate dependabot changelogs * Changelog
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dependabot_changelog.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml index e28bd56b34..0349011478 100644 --- a/.github/workflows/dependabot_changelog.yml +++ b/.github/workflows/dependabot_changelog.yml @@ -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' |