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

require approved tag to run templates

+1 -1
+1 -1
.github/workflows/test.yml
··· 54 54 needs: [non-draft] 55 55 name: approved 56 56 runs-on: ubuntu-latest 57 - if: ${{github.actor == github.repository_owner || github.event.review.state == 'approved'}} 57 + if: ${{github.ref == 'refs/heads/main' || contains( github.event.pull_request.labels.*.name, 'approved')}} 58 58 steps: 59 59 - run: true 60 60 noflake: