We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316bc4e commit c042bb6Copy full SHA for c042bb6
.github/workflows/issue-opened.yml
@@ -50,6 +50,6 @@ jobs:
50
assignees: reviewerGH,
51
issue_number: context.issue.number,
52
})
53
- if (resp.status != 200){
+ if (resp.status != 201){
54
core.setFailed("error assigning reviewer: user doesn't have the appropriate permissions to be assigned an issue.")
55
}
0 commit comments