Skip to content

Commit

Permalink
towncrier: update to v45 && use defaults
Browse files Browse the repository at this point in the history
The since_last_remote_commit doesn't seem to work correctly;  for some
reason, it sometimes gives us a limited set of changed files (appears
like it was generated since the last commit in the very same PR, not
from the target branch), example:
https://github.com/rpm-software-management/mock/actions/runs/10616932275/job/29431772686?pr=1393
  • Loading branch information
praiskup authored and xsuchy committed Aug 30, 2024
1 parent 8d980f8 commit 907f75a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/towncrier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v42
with:
since_last_remote_commit: true
uses: tj-actions/changed-files@v45

- name: Detect the missing Release Notes entry
env:
Expand Down

0 comments on commit 907f75a

Please sign in to comment.