• 1.0.0 b82c7072e5

    1.0.0
    All checks were successful
    ci/woodpecker/tag/release Pipeline was successful
    ci/woodpecker/cron/auto_merge Pipeline was successful
    Stable

    onlyati released this 2026-07-11 14:56:38 +00:00 | 2 commits to main since this release

    Non functional requirements checker for PR

    This plugin validates the non functional requirements for pull requests.

    PR title policy

    Because PRs are merges with squash, the PR title becomes the text of the commit.
    PR must start with a prefix:

    • maint
    • feat
    • fix
    • docs
    • ci

    This must be followed be ':' and a space. Optionally scope can be specified
    between '()' characters. For example: feat(auth): Implement OAuth2.

    Usage

    It can be used at pull requests.

    when:
      - event: [pull_request]
    steps:
      - name: PR non functional requirement checker
        image: code.thinkaboutit.tech/pandora/pr-check.woodpecker
    

    Settings

    Name Default value Description
    token Optional, needed for private repositories.
    Downloads