@@ -54,27 +54,6 @@ exports[`github detection > gh_issue_new:should detect correct spots 1`] = `
5454]
5555` ;
5656
57- exports [` github detection > gh_new_pr:should detect correct spots 1` ] = `
58- [
59- {
60- " for" : " id=feedback name=feedback className=form-control width-full mb-2" ,
61- " spot" : " NO_SPOT" ,
62- } ,
63- {
64- " for" : " id=pull_request_body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field CommentBox-input--large overtype-input" ,
65- " spot" : {
66- " base" : " main" ,
67- " domain" : " github.com" ,
68- " head" : " cavia-porcellus:selfie:main" ,
69- " slug" : " diffplug/selfie" ,
70- " title" : " Update README.md" ,
71- " type" : " GH_PR_NEW_COMMENT" ,
72- " unique_key" : " github.com:diffplug/selfie:main...cavia-porcellus:selfie:main" ,
73- },
74- } ,
75- ]
76- ` ;
77-
7857exports [` github detection > gh_pr:should detect correct spots 1` ] = `
7958[
8059 {
@@ -121,6 +100,27 @@ exports[`github detection > gh_pr_edit:should detect correct spots 1`] = `
121100]
122101` ;
123102
103+ exports [` github detection > gh_pr_new:should detect correct spots 1` ] = `
104+ [
105+ {
106+ " for" : " id=feedback name=feedback className=form-control width-full mb-2" ,
107+ " spot" : " NO_SPOT" ,
108+ } ,
109+ {
110+ " for" : " id=pull_request_body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field CommentBox-input--large overtype-input" ,
111+ " spot" : {
112+ " base" : " main" ,
113+ " domain" : " github.com" ,
114+ " head" : " cavia-porcellus:selfie:main" ,
115+ " slug" : " diffplug/selfie" ,
116+ " title" : " Update README.md" ,
117+ " type" : " GH_PR_NEW_COMMENT" ,
118+ " unique_key" : " github.com:diffplug/selfie:main...cavia-porcellus:selfie:main" ,
119+ },
120+ } ,
121+ ]
122+ ` ;
123+
124124exports [` github detection > gh_project:should detect correct spots 1` ] = ` []` ;
125125
126126exports [` github detection > gh_project_draft:should detect correct spots 1` ] = ` []` ;
0 commit comments