Skip to content

Commit

Permalink
- Fix of review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpojer committed Nov 19, 2024
1 parent 94a26a0 commit 5d80ead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ See the [example of workflow](./examples/release_draft.yml).

### Check Release Notes Presence - in Pull Request Description
This workflow checks that every pull request includes release notes in the description.
- The check can be skipped by using the `skip-release-notes` label.
- The check is searching a `[Rr]elease [Nn]otes:` strings in the PR description.

See the [example of workflow](./examples/check_pr_release_notes.yml).

Expand Down
1 change: 1 addition & 0 deletions examples/check_pr_release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:

jobs:
check-release-notes:
# place your runner here
runs-on: {your-runner}

steps:
Expand Down

0 comments on commit 5d80ead

Please sign in to comment.