sickchill icon indicating copy to clipboard operation
sickchill copied to clipboard

fix: use new function containsAllWords to check for required_words

Open Tensai75 opened this issue 6 months ago • 5 comments

Proposed changes in this pull request:

  • includes new function containsAllWords

  • required words are checked with the new function containsAllWords

  • the release is only accepted if all required words are present

  • [x] PR is based on the DEVELOP branch

  • [x] Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review

  • [x] Read contribution guide

Summary by CodeRabbit

  • New Features

    • Introduced a new word filtering function that checks if all specified words are present in a release name, enhancing the filtering process.
  • Improvements

    • Updated logging to provide clearer feedback when required words are missing, improving user understanding of filtering decisions.

Tensai75 avatar Aug 10 '24 12:08 Tensai75