readapt 0.1.2

A reinforcement learning library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "LABEL": {
    "name": "invalid",
    "color": "EEEEEE"
  },
  "CHECKS": {
    "regexp": "^(build|chore|ci|docs|feat|fix|perf|refactor|release|test|security)\\!?: [A-Z].*[A-Za-z0-9]$",
    "ignoreLabels" : ["skip changelog"]
  },
  "MESSAGES": {
    "success": "PR title OK",
    "failure": "Invalid PR title! Please update according to the contributing guidelines: https://github.com/vagmcs/readapt/blob/main/CONTRIBUTING.md",
    "notice": ""
  }
}