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
Can the error message "No ticket was referenced in this pull request" be extracted into variable please?
So we can override it with our own wording.
Also, it will be very useful to actually write this error message as comment in PR so developer won't have to go into Github actions workflow details to see why it failed.
And one more option that will be useful is to allow not to fail the PR on miss of ticket link, but warn with a message. This is especially useful for the first phase of people to get used to it..
The text was updated successfully, but these errors were encountered:
Also, it will be very useful to actually write this error message as comment in PR so developer won't have to go into Github actions workflow details to see why it failed.
This is actually already implemented and made available with the quiet input option (See the last row of https://github.com/neofinancial/ticket-check-action#inputs). Make sure that's set to false and you'll start receiving comments.
And one more option that will be useful is to allow not to fail the PR on miss of ticket link, but warn with a message. This is especially useful for the first phase of people to get used to it..
The actions API only allows two states which are pass or fail.
You can however choose not to make this a required check using GitHub branch options. This would mean that the check would fail (which, objectively is correct) but does not block the merging of code.
Can the error message "No ticket was referenced in this pull request" be extracted into variable please?
So we can override it with our own wording.
Also, it will be very useful to actually write this error message as comment in PR so developer won't have to go into Github actions workflow details to see why it failed.
And one more option that will be useful is to allow not to fail the PR on miss of ticket link, but warn with a message. This is especially useful for the first phase of people to get used to it..
The text was updated successfully, but these errors were encountered: