Skip to content

Commit f9452ce

Browse files
authored
Merge pull request #113 from exploreriii/shared-libraries-guards
fix: context
2 parents dc0ce53 + f253712 commit f9452ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/scripts/bots/assign-01-gfi-auto.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,10 @@ module.exports = async ({ github, context }) => {
196196
await assignMentor({
197197
github,
198198
context: {
199-
...context,
199+
repo: {
200+
owner,
201+
repo,
202+
},
200203
payload: {
201204
issue,
202205
assignee: {

0 commit comments

Comments
 (0)