Skip to content

Commit d6ae400

Browse files
authored
Change issue assignee from '@me' to 'jongfeel'
Fix github-action bot could not find "@me"
1 parent 5fc81be commit d6ae400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Weekly Meetup Issue Creator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
gh issue create \
5151
--title "$NEXT_TITLE" \
5252
--body "## Weekly Online Study Meetup ($TARGET_DATE)\n자동 생성된 주간 미트업 이슈입니다." \
53-
--assignee "@me" \
53+
--assignee "jongfeel" \
5454
--label "$YEAR" \
5555
--project "$PROJECT_NAME" \
5656
--milestone "$MILESTONE"

0 commit comments

Comments
 (0)