You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ghprcomment.yml
+2-18Lines changed: 2 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -144,29 +144,13 @@
144
144
- jobName: 'Determine issue number'
145
145
always: true
146
146
message: |
147
-
Your pull request needs to link an issue.
147
+
Your pull request needs to link an issue correctly.
148
148
149
149
To ease organizational workflows, please link this pull-request to the issue with syntax as described in <https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue>:
150
150
151
151
> <h2 id="linking-a-pull-request-to-an-issue-using-a-keyword">Linking a pull request to an issue using a keyword</h2>
152
152
> <p>You can link a pull request to an issue by using a supported keyword
153
-
> in the pull request's description or in a commit message. The pull
154
-
> request <strong>must be</strong> on the default branch.</p>
155
-
> <ul>
156
-
> <li>close</li>
157
-
> <li>closes</li>
158
-
> <li>closed</li>
159
-
> <li>fix</li>
160
-
> <li>fixes</li>
161
-
> <li>fixed</li>
162
-
> <li>resolve</li>
163
-
> <li>resolves</li>
164
-
> <li>resolved</li>
165
-
> </ul>
166
-
> <p>If you use a keyword to reference a pull request comment in another
167
-
> pull request, the pull requests will be linked. Merging the referencing
168
-
> pull request also closes the referenced pull request.</p>
169
-
> <p>The syntax for closing keywords depends on whether the issue is in the same repository as the pull request.</p>
153
+
> in the pull request's description or in a commit message.
0 commit comments