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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ A Docker container [GitHub action](https://docs.github.com/en/actions/learn-gith
36
36
37
37
### Action inputs
38
38
39
-
| Name | Description
40
-
| --- | --- |
41
-
| `template-filepath` | The filepath to the [issue form template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms). |
42
-
| `issue-form-body` | The body of the issue to parse. |
39
+
| Name | Description | Required
40
+
| --- | --- | --- |
41
+
| `template-filepath` | The filepath to the [issue form template](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms). | yes |
42
+
| `issue-form-body` | The body of the issue to parse. | yes |
Copy file name to clipboardExpand all lines: docs/dev-notes/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ For more information about the GitHub workflows configured for this repo go [her
71
71
72
72
This action is published to the [GitHub marketplace](https://github.com/marketplace/actions/github-issue-forms-parser). See here for more information on [how to publish or remove an action from the marketplace](https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace).
73
73
74
+
**Currently there is no workflow setup to publish this action to the marketplace. The publishing act is a manual process following the instructions above.**
75
+
74
76
## Note about the Docker container action
75
77
76
78
This repo provides a [Docker container action](https://docs.github.com/en/actions/creating-actions/creating-a-docker-container-action). If parsing the GitHub issue form fails then the action [will fail](https://docs.github.com/en/enterprise-cloud@latest/actions/creating-actions/setting-exit-codes-for-actions#setting-a-failure-exit-code-in-a-docker-container-action). See here for more information about the [syntax for a Docker container action](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-docker-container-actions).
0 commit comments