Skip to content

Commit

Permalink
set to sheneska
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau committed Jun 14, 2024
1 parent 941514d commit 85e08ef
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 @@ -47,7 +47,7 @@ jobs:
await github.rest.issues.addAssignees({
owner: context.repo.owner,
repo: context.repo.repo,
assignees: reviewer,
assignees: "sheneska",
issue_number: context.issue.number,
})
} catch(error){
Expand Down

0 comments on commit 85e08ef

Please sign in to comment.