Whitespace fix
Remove extra leading space.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -336,7 +336,7 @@ | ... | @@ -336,7 +336,7 @@ |
336 | [ "git branch -D {{pr.user.login}}-{{pr.head.ref}}", "Delete the local branch used for merging" ] | 336 | [ "git branch -D {{pr.user.login}}-{{pr.head.ref}}", "Delete the local branch used for merging" ] |
337 | ] | 337 | ] |
338 | }, | 338 | }, |
339 | "accept-as-is": { | 339 | "accept-as-is": { |
340 | "steps": [ | 340 | "steps": [ |
341 | { "prompt": "text", "id": "prNum", "desc": "What is the the pull request number?" }, | 341 | { "prompt": "text", "id": "prNum", "desc": "What is the the pull request number?" }, |
342 | { "get": "{{meta.urls.repo_api}}/pulls/{{prNum}}", "desc": "Get the PR information", "id": "pr" }, | 342 | { "get": "{{meta.urls.repo_api}}/pulls/{{prNum}}", "desc": "Get the PR information", "id": "pr" }, | ... | ... |
-
Please register or sign in to post a comment