Skip to content

Commit

Permalink
ci: continue even if the changelog reminder fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Zangetsu101 committed Oct 1, 2024
1 parent 9e6ee79 commit 3d4c6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d4c6e2

Please sign in to comment.