Skip to content

Commit

Permalink
- Fixed review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 19, 2024
1 parent bd3021f commit aabaa63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ This action is designed to help maintainers and contributors ensure that release

### `location`
- **Description**: The location of the release notes in the pull request.
- **Default**: `body`
- **Required**: No
- **Default**: `body`

### `title`
- **Description**: The title of the release notes in the pull request. Example without regex: `Release Notes:`, with regex: `[Rr]elease [Nn]otes:`.
- **Default**: `[Rr]elease [Nn]otes:`
- **Required**: No
- **Default**: `[Rr]elease [Nn]otes:`

### `skip-labels`
- **Description**: The labels to skip the release notes check. Example: `skip-release-notes`.
- **Default**: ``
- **Required**: No
- **Default**: ``

### `fails-on-error`
- **Description**: Whether the action should fail if an error occurs.
Expand Down

0 comments on commit aabaa63

Please sign in to comment.