Skip to content

Commit f253712

Browse files
committed
fix: context
Signed-off-by: exploreriii <[email protected]>
1 parent 50fbc45 commit f253712

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)