Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
More WIP dependabot changelog CI
Browse files Browse the repository at this point in the history
Fixes a typo in #14021, and allows the workflow to trigger on `reopen`
for easier debugging.
  • Loading branch information
David Robertson committed Oct 3, 2022
1 parent 6c85796 commit ddcb52e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependabot_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
types:
- opened
- reopened

permissions:
# Needed to be able to push the commit. See
Expand All @@ -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:
Expand Down

0 comments on commit ddcb52e

Please sign in to comment.