ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
at rollback-hacking 44 lines 839 B view raw
1docs-page: 2 - changed-files: 3 - any-glob-to-any-file: 4 - doc/guide/** 5 - doc/reference/** 6 7documentation: 8 - changed-files: 9 - any-glob-to-any-file: doc/** 10 11github_actions: 12 - changed-files: 13 - any-glob-to-any-file: .github/workflows/** 14 15"github / ci / meta": 16 - changed-files: 17 - any-glob-to-any-file: .github/** 18 19javascript: 20 - changed-files: 21 - any-glob-to-any-file: 22 - "**/*.ts" 23 - "**/*.js" 24 - "**/package.json" 25 - "**/pnpm-lock.yaml" 26 27nix: 28 - changed-files: 29 - any-glob-to-any-file: "**/*.nix" 30 31rust: 32 - changed-files: 33 - any-glob-to-any-file: 34 - "**/*.rs" 35 - "**/Cargo.toml" 36 - "**/Cargo.lock" 37 38tests: 39 - changed-files: 40 - any-glob-to-any-file: 41 - "tests/**" 42 43release: 44 - base-branch: "trunk"