mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
More WIP dependabot changelog CI
Fixes a typo in #14021, and allows the workflow to trigger on `reopen` for easier debugging.
This commit is contained in:
parent
6c85796769
commit
ddcb52e455
1 changed files with 2 additions and 1 deletions
3
.github/workflows/dependabot_changelog.yml
vendored
3
.github/workflows/dependabot_changelog.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue