We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c543d commit 08b8e6dCopy full SHA for 08b8e6d
.github/workflows/issue_to_pr.yml
@@ -72,7 +72,9 @@ jobs:
72
with:
73
issue-number: ${{ github.event.issue.number }}
74
body: |
75
- There was an error in reading in your file and parsing it.
+ There was an error in reading your properties file or parsing it.
76
+
77
+ Please ensure that the URL is correct and the file follows the required format.
78
79
${{ steps.parseProps.outputs.error }}
80
create-pr:
@@ -144,4 +146,5 @@ jobs:
144
146
comment-id: ${{ needs.validate.outputs.comment-id }}
145
147
148
An error was encountered when adding your contribution.
- We will look into this issue as soon as possible.
149
150
+ We will look into this issue as soon as possible. Please check the details of your submission and try again if necessary.
0 commit comments