Skip to content

Commit 62feb9a

Browse files
committed
chore: requested changes.
1 parent 61501b4 commit 62feb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/help-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959

6060
- \`/good-first-issue {js | ts | java | go | docs | design | ci-cd}\` or \`/gfi {js | ts | java | go | docs | design | ci-cd}\` - label an issue as a \`good first issue\`.
6161
example: \`/gfi js\` or \`/good-first-issue ci-cd\`
62-
- \`/transfer-issue {repo-name}\` or \`/ti {repo-name}\` - transfer issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\`.
62+
- \`/transfer-issue {repo-name}\` or \`/ti {repo-name}\` - transfer issue from the source repository to the other repository passed by the user. example: \`/ti cli\` or \`/transfer-issue cli\`.`
6363
})

.github/workflows/transfer-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
const r = process.env.GITHUB_REPOSITORY
2828
const [owner, repo] = r.split('/')
2929
const repoToMove = process.env.REPO_TO_MOVE
30-
const issue_number = process.env.ISSUE_NUMBER
30+
const issue_number = context.issue.number
3131
try {
3232
const {data} = await github.rest.repos.get({
3333
owner,

0 commit comments

Comments
 (0)