Skip to content

Commit 2edfdff

Browse files
authored
chore: make PR assignment workflow non-blocking on failure (#8682)
* feat: expand googler check in auto-assignment to GoogleCloudPlatform and googleapis orgs * chore: make pr assignment workflow non-blocking on failure
1 parent 00c8b21 commit 2edfdff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/assign-reviewers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
if: github.event.pull_request.draft == false
1515
steps:
1616
- name: Assign Reviewers
17+
continue-on-error: true
1718
uses: actions/github-script@v7
1819
with:
1920
github-token: ${{ secrets.GOOGLER_CHECK_TOKEN || secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)