Skip to content

Commit 08b8e6d

Browse files
committed
Improve error messages in issue-to-PR workflow for better clarity on properties file issues
1 parent f7c543d commit 08b8e6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/issue_to_pr.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
with:
7373
issue-number: ${{ github.event.issue.number }}
7474
body: |
75-
There was an error in reading in your file and parsing it.
75+
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.
7678
7779
${{ steps.parseProps.outputs.error }}
7880
create-pr:
@@ -144,4 +146,5 @@ jobs:
144146
comment-id: ${{ needs.validate.outputs.comment-id }}
145147
body: |
146148
An error was encountered when adding your contribution.
147-
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

Comments
 (0)