generated from pandora/woodpecker-plugin.template
Non functional requirement checks for PRs
- Lua 75.5%
- Dockerfile 24.5%
|
All checks were successful
ci/woodpecker/push/change_log Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
ci/woodpecker/cron/vulnerability Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
ci/woodpecker/cron/release Pipeline was successful
Merged automatically |
||
|---|---|---|
| scripts | ||
| .gitignore | ||
| .goreleaser.yaml | ||
| .markdownlint.json | ||
| .prettierrc | ||
| Containerfile | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
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. |