Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the usage of create_gh_issue.yml #75

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Fix the usage of create_gh_issue.yml #75

merged 1 commit into from
Sep 17, 2024

Conversation

masutaka
Copy link
Member

#73 の軽い修正です。

複数の assigneeslabels の指定に誤りがありました。, の後ろにスペースを付けてはいけない。

$ gh issue create --title '2024/09/13 Sample TODO' --body "Hoge" --assignee 'masutaka' --label 'bug, wontfix'

Creating issue in masutaka/sandbox

could not add label: ' wontfix' not found

ヘルプもそう表記されていました。

$ gh issue create --help
(snip)
  $ gh issue create --label "bug,help wanted"
  $ gh issue create --label bug --label "help wanted"
  $ gh issue create --assignee monalisa,hubot
(snip)

@masutaka masutaka added the documentation Improvements or additions to documentation label Sep 13, 2024
@masutaka masutaka self-assigned this Sep 13, 2024
@masutaka masutaka marked this pull request as ready for review September 13, 2024 07:25
@masutaka masutaka requested a review from a team as a code owner September 13, 2024 07:25
Copy link
Contributor

@MH4GF MH4GF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@masutaka masutaka added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit 1d84d29 Sep 17, 2024
3 checks passed
@masutaka masutaka deleted the fix-usage branch September 17, 2024 07:49
@route06-actions-ci route06-actions-ci bot mentioned this pull request Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants