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

Allow skipping of title field in pr create #146

Closed
tierninho opened this issue Dec 11, 2019 · 1 comment · Fixed by #258
Closed

Allow skipping of title field in pr create #146

tierninho opened this issue Dec 11, 2019 · 1 comment · Fixed by #258
Assignees
Labels
bug Something isn't working

Comments

@tierninho
Copy link
Contributor

When creating a new PR or Issue, the user should be forced to enter at minimum a Title before proceeding else they run into this:

➜  prlist git:(tierninho-patch-1) gh pr create
? Title
? Body (nano) <Received>
? Submit? Yes
failed to create PR: graphql error: 'Title can't be blank'

and

➜  prlist git:(tierninho-patch-1) gh issue create
? Title
? Body (nano) <Received>
? Submit? Yes
graphql error: 'Title can't be blank'

gh version 0.3.4 (2019-12-05T13:03:14Z), OSX

@tierninho tierninho added the bug Something isn't working label Dec 11, 2019
@tierninho tierninho changed the title Block user from creating blank PR or Issue without Title Block user from creating blank PR or Issue Dec 11, 2019
@mislav mislav added the beta label Dec 11, 2019
@mislav
Copy link
Contributor

mislav commented Dec 11, 2019

Ref. #70

@tierninho tierninho added this to Backlog 🗒 in The GitHub CLI via automation Jan 11, 2020
@tierninho tierninho moved this from Backlog 🗒 to To do 📝 in The GitHub CLI Jan 15, 2020
@ampinsk ampinsk changed the title Block user from creating blank PR or Issue Allow skipping of title field in pr create Jan 21, 2020
@vilmibm vilmibm self-assigned this Jan 24, 2020
@vilmibm vilmibm moved this from To do 📝 to In progress 🚧 in The GitHub CLI Jan 24, 2020
@vilmibm vilmibm moved this from In progress 🚧 to Needs review 🤔 in The GitHub CLI Jan 27, 2020
The GitHub CLI automation moved this from Needs review 🤔 to Done 💤 Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
The GitHub CLI
  
Done 💤
Development

Successfully merging a pull request may close this issue.

3 participants