Skip to content

Commit

Permalink
better error
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jun 17, 2024
1 parent 1d3f352 commit 9f3002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
issue_number: context.issue.number,
})
if (resp.status != 200){
core.setFailed("error assigning reviewer: " + resp.statusText)
core.setFailed("error assigning reviewer: user doesn't have the appropriate permissions to be assigned an issue.")
}

0 comments on commit 9f3002f

Please sign in to comment.