From 907f75aafdaf5714ae992210fc864de122a110b5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 29 Aug 2024 17:50:46 +0200 Subject: [PATCH] towncrier: update to v45 && use defaults 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 --- .github/workflows/towncrier.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/towncrier.yml b/.github/workflows/towncrier.yml index ec54763d8..2674d623a 100644 --- a/.github/workflows/towncrier.yml +++ b/.github/workflows/towncrier.yml @@ -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: