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 <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Devon Carew
2025-02-06 22:52:42 -08:00
committed by Alexander Thomas
parent 26b3e61ffe
commit 19622c5238
+7
View File
@@ -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: