-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2 - Implement basic logic for Release notes located in PR body #3
#2 - Implement basic logic for Release notes located in PR body #3
Conversation
- Initial commit of project files. - Main code is missing.
- Fixed pylint warnings. - Created content for README.md.
release_notes_presence_check/release_notes_presence_check_action.py
Outdated
Show resolved
Hide resolved
release_notes_presence_check/release_notes_presence_check_action.py
Outdated
Show resolved
Hide resolved
release_notes_presence_check/release_notes_presence_check_action.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After my PR review, please read the comments and react on them. Thank You! :)
### `fails-on-error` | ||
- **Description**: Whether the action should fail if an error occurs. | ||
- **Required**: No | ||
- **Default**: `true` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny change, please keep the same pattern, when Default is before Required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in commit aabaa63.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
Release Notes:
Closes #2