summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 16:10:57 +0100
committerDavid Robertson <davidr@element.io>2022-10-03 16:10:57 +0100
commitddcb52e455a275109d0d6f757e58118883b28fd8 (patch)
tree209a06a8f49d0c4f2767017505d0860fd10e28d9 /.github
parentBump docker/setup-qemu-action from 1 to 2 (#14019) (diff)
downloadsynapse-ddcb52e455a275109d0d6f757e58118883b28fd8.tar.xz
More WIP dependabot changelog CI
Fixes a typo in #14021, and allows the workflow to trigger on `reopen`
for easier debugging.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_changelog.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml
index dcad8d4a24..0c05e674ee 100644
--- a/.github/workflows/dependabot_changelog.yml
+++ b/.github/workflows/dependabot_changelog.yml
@@ -3,6 +3,7 @@ on:
   pull_request:
     types:
       - opened
+      - reopened
 
 permissions:
   # Needed to be able to push the commit. See 
@@ -11,7 +12,7 @@ permissions:
   contents: write
   # The pull_requests "synchronize" event doesn't seem to fire with just `contents: write`, so
   # CI doesn't run with the new changelog. Maybe `pull_requests: write` will fix this?
-  pull_requests: write
+  pull-requests: write
 
 jobs:
   add-changelog: