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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Verify Linked Issue Action
2
-
A GitHub action that verifies your pull request contains a reference to an issue.
2
+
A GitHub action that verifies your pull request contains a reference to an issue.
3
3
4
4
On a PR that does not include a linked issue or reference to an issue in the body, the check should fail and a comment will be added to the PR.
5
5
@@ -46,7 +46,7 @@ If you want a more complex message, consider using a static template file. (Supp
46
46
There are two options when using template files:
47
47
48
48
* Option 1) Default File Path: Add a file to .github called VERIFY_PR_COMMENT_TEMPLATE.md. The content of this file will be used as the fail comment in the PR.
49
-
* Option 2) Speciy a filename input with the path to a template file.
49
+
* Option 2) Speciy a filename input with the path to a template file.
* There must be a space after the issue number (ie "#12 " not "#12".) This is due to the way the RegEx is structured and will be resolved in a future release.
68
-
69
67
* The Issue reference by # needs to be in the body, we don't currently look in the title. That is a future enhancement.
0 commit comments