From a03c791a86093af3a449a61bf8952dc254637aec Mon Sep 17 00:00:00 2001 From: Moritz Raabe Date: Mon, 31 May 2021 12:26:21 +0200 Subject: [PATCH] add workaround refs changed files --- .github/workflows/changelog.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7d42f3e5bd..edebd3e6dc 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -16,6 +16,10 @@ jobs: - name: Get changed files id: files uses: Ana06/get-changed-files@v1.1 + # this Action may throw the below error, e.g. when not properly rebased + # however, it still gets the modified files and we can continue + # Error: The head commit for this pull_request_target event is not ahead of the base commit. + continue-on-error: true - name: check changelog updated id: changelog_updated env: