Skip to content

Commit f89ea9c

Browse files
authored
CI: PrAssignee.yml: don't auto-retry on 404
1 parent 8ac9291 commit f89ea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PrAssignee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
3939
with:
4040
retries: 5 # retry GitHub API requests up to 5 times, with exponential backoff
41-
retry-exempt-status-codes: 403
41+
retry-exempt-status-codes: "403,404"
4242
script: |
4343
const oldPrAssignees = context.payload.pull_request.assignees
4444
.map(obj => obj.login)

0 commit comments

Comments
 (0)