aboutsummaryrefslogtreecommitdiffstats
path: root/.mergify.yml
blob: cffcc668cf3bf0c5517cccbffd2f5e1991a3bd3c (plain) (blame)
1
2
3
4
5
6
7
8
pull_request_rules:
  - name: disallow changing a file
    conditions:
      - files=CONFIG.md
    actions:
      close:
      comment: 
        message: "CONFIG.md is auto-generated: edit the lua source file instead (and re-read the PR template)."