From 3d4c6e2d4fbf155dc4795725e518ff6a4943a793 Mon Sep 17 00:00:00 2001 From: Tameem Bin Haider Date: Tue, 1 Oct 2024 19:21:31 +0600 Subject: [PATCH] ci: continue even if the changelog reminder fails --- .github/workflows/lint-and-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 21f3bdb7b4..1afa36e062 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -25,6 +25,9 @@ jobs: uses: actions/checkout@v4 - uses: mskelton/changelog-reminder-action@v3 + # forked repos cannot access secrets.GITHUB_TOKEN which causes this step + # to fail + continue-on-error: true with: message: > Oops! Looks like you forgot to update the changelog.