Modular, context-aware and aspect-oriented dendritic Nix configurations.
Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
den.oeiuwq.com
configurations
den
dendritic
nix
aspect
oriented
1name: Semantic PR
2on:
3 pull_request:
4 types:
5 - opened
6 - reopened
7 - edited
8concurrency:
9 group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
10 cancel-in-progress: true
11jobs:
12 main:
13 name: Check pull request title
14 runs-on: ubuntu-latest
15 steps:
16 - uses: amannn/action-semantic-pull-request@v5.5.2
17 env:
18 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19 with:
20 # Type abbreviation comments:
21 # feat -> feature
22 types: |
23 fix
24 doc
25 feat
26 test
27 perf
28 style
29 revert
30 cleanup
31 improve
32 refactor
33 breaking
34 scopes: |
35 ci
36 bug
37 lib
38 ctx
39 docs
40 core
41 class
42 homes
43 tests
44 template
45 battery
46 repo