104 lines
3 KiB
YAML
104 lines
3 KiB
YAML
version: v1
|
|
|
|
issue:
|
|
captures:
|
|
- regex: 'version: v*(.+)-[rc*]?'
|
|
github_release: true
|
|
ignore_case: true
|
|
label: 'version/$CAPTURED'
|
|
|
|
- regex: 'Platform: *(windows?|ms|wins?|microsoft).*'
|
|
label: 'os/win'
|
|
ignore_case: true
|
|
|
|
- regex: 'Platform: *(freebsd|bsd).*'
|
|
label: 'os/freebsd'
|
|
ignore_case: true
|
|
|
|
- regex: 'Platform: *(linux|linus|lin).*'
|
|
label: 'os/linux'
|
|
ignore_case: true
|
|
|
|
- regex: 'Platform: *(macos|mac|apple|macintosh|macbook).*'
|
|
label: 'os/mac'
|
|
ignore_case: true
|
|
|
|
labels:
|
|
- prefix: triage
|
|
list: ['accepted']
|
|
multiple: false
|
|
author_association:
|
|
collaborator: true
|
|
member: true
|
|
owner: true
|
|
needs:
|
|
comment: |
|
|
@$AUTHOR: Thanks for opening an issue, it is currently awaiting triage.
|
|
|
|
In the meantime, you can:
|
|
|
|
1. Check [Crowdsec Documentation](https://docs.crowdsec.net/) to see if your issue can be self resolved.
|
|
2. You can also join our [Discord](https://discord.gg/crowdsec).
|
|
3. Check [Releases](https://github.com/crowdsecurity/crowdsec/releases/latest) to make sure your agent is on the latest version.
|
|
|
|
- prefix: kind
|
|
list: ['feature', 'bug', 'packaging', 'enhancement', 'refactoring']
|
|
multiple: false
|
|
author_association:
|
|
author: true
|
|
collaborator: true
|
|
member: true
|
|
owner: true
|
|
needs:
|
|
comment: |
|
|
@$AUTHOR: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
|
|
* `/kind feature`
|
|
* `/kind enhancement`
|
|
* `/kind refactoring`
|
|
* `/kind bug`
|
|
* `/kind packaging`
|
|
|
|
- prefix: os
|
|
list: ['mac', 'win', 'linux', 'freebsd']
|
|
multiple: true
|
|
|
|
pull_request:
|
|
labels:
|
|
- prefix: kind
|
|
multiple: false
|
|
list: [ 'feature', 'enhancement', 'fix', 'chore', 'dependencies', 'refactoring']
|
|
needs:
|
|
comment: |
|
|
@$AUTHOR: There are no 'kind' label on this PR. You need a 'kind' label to generate the release automatically.
|
|
* `/kind feature`
|
|
* `/kind enhancement`
|
|
* `/kind refactoring`
|
|
* `/kind fix`
|
|
* `/kind chore`
|
|
* `/kind dependencies`
|
|
status:
|
|
context: 'Kind Label'
|
|
description:
|
|
success: Ready for review & merge.
|
|
failure: Missing kind label to generate release automatically.
|
|
|
|
- prefix: area
|
|
list: [ "agent", "local-api", "cscli", "security", "configuration", "appsec"]
|
|
multiple: true
|
|
needs:
|
|
comment: |
|
|
@$AUTHOR: There are no area labels on this PR. You can add as many areas as you see fit.
|
|
* `/area agent`
|
|
* `/area local-api`
|
|
* `/area cscli`
|
|
* `/area appsec`
|
|
* `/area security`
|
|
* `/area configuration`
|
|
|
|
- prefix: priority
|
|
multiple: false
|
|
list: [ 'urgent', 'important' ]
|
|
author_association:
|
|
collaborator: true
|
|
member: true
|
|
owner: true
|