Browse Source

More WIP dependabot changelog CI

Fixes a typo in #14021, and allows the workflow to trigger on `reopen`
for easier debugging.
tags/v1.69.0rc1
David Robertson 1 year ago
parent
commit
ddcb52e455
No known key found for this signature in database GPG Key ID: 903ECE108A39DEDD
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/workflows/dependabot_changelog.yml

+ 2
- 1
.github/workflows/dependabot_changelog.yml View File

@@ -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…
Cancel
Save