From 19622c5238bfeab0b7ebe45ae2ebea237e7a57f1 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Thu, 6 Feb 2025 22:52:42 -0800 Subject: [PATCH] Update issue-triage.yml Closes https://github.com/dart-lang/sdk/pull/60073 GitOrigin-RevId: 66e5046a8bb4df6bafebcc4cf2cea86bc18371c2 Change-Id: Ib86d43840cb7fbbe46abcf12966af4d92fde9ad3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/408420 Commit-Queue: Alexander Thomas Reviewed-by: Alexander Thomas --- .github/workflows/issue-triage.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 14ac78c5800..c9505c8cdf2 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -19,7 +19,14 @@ permissions: jobs: triage_issues: runs-on: ubuntu-latest + + # Don't fail the workflow if there's an error below (for example, if we + # have problems modifying an issue's labels) as that would send a failure + # email to the user who created the issue. + continue-on-error: true + if: ${{ github.repository_owner == 'dart-lang' }} + steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: