tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
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
8
fork
atom
overview
issues
4
pulls
2
pipelines
require approved tag to run templates
oeiuwq.com
4 weeks ago
b6093eb0
7d57973e
1/1
mirror.yml
success
4w ago
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
+1
-1
.github/workflows/test.yml
···
54
54
needs: [non-draft]
55
55
name: approved
56
56
runs-on: ubuntu-latest
57
57
-
if: ${{github.actor == github.repository_owner || github.event.review.state == 'approved'}}
57
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: