Skip to content

Commit 19622c5

Browse files
devoncarewathomas
authored andcommitted
Update issue-triage.yml
Closes #60073 GitOrigin-RevId: 66e5046 Change-Id: Ib86d43840cb7fbbe46abcf12966af4d92fde9ad3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/408420 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 26b3e61 commit 19622c5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/issue-triage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ permissions:
1919
jobs:
2020
triage_issues:
2121
runs-on: ubuntu-latest
22+
23+
# Don't fail the workflow if there's an error below (for example, if we
24+
# have problems modifying an issue's labels) as that would send a failure
25+
# email to the user who created the issue.
26+
continue-on-error: true
27+
2228
if: ${{ github.repository_owner == 'dart-lang' }}
29+
2330
steps:
2431
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2532
with:

0 commit comments

Comments
 (0)