Skip to content
Snippets Groups Projects
Unverified Commit ddcb52e4 authored by David Robertson's avatar David Robertson
Browse files

More WIP dependabot changelog CI

Fixes a typo in #14021, and allows the workflow to trigger on `reopen`
for easier debugging.
parent 6c857967
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment