Nexapp / push-rules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want push rules but don't want to pay for premium? Push rules is perfect for you!

Config file

.push-rulesrc

{
  "rules": {
    "title": {
      "regExp": "^((feat|chore|fix|refactor|rework)\\(JIRA-.+\\): .*|((chore|fix)(\\(.+\\))?): .*)"
    }
  }
}

You will need a CI variable named : "CI_ACCESS_TOKEN" wich is a personal access token of a member of the project with read permissions

About


Languages

Language:TypeScript 94.2%Language:JavaScript 5.8%