Commit graph

6 commits

Author SHA1 Message Date
ec2f23757b ci: run quality on forgejo native runner, fix runner user
Some checks failed
quality / changes (push) Successful in 5s
quality / Flake Check (push) Failing after 1s
quality / Nix Format Check (push) Failing after 1s
quality / Deploy netty (push) Has been skipped
- switch all jobs to runs-on: native so the netty forgejo runner picks them up
- deploy-netty now runs locally on netty via `just switch-netty` (no SSH)
- fix tmpfiles owner: gitea-actions-runner creates user `gitea-runner`, not `forgejo-runner`

Made-with: Cursor
2026-04-18 22:19:25 -04:00
8b4d5afcde ci: use self-hosted netty runners for flake check and format 2026-04-05 11:39:32 -04:00
Hari
92b13153e9
fix sync script bugs, remove auto-merge workflow (#36)
- Fix jq pipe precedence: wrap uris length check in parens so
  `length` applies to the array, not the boolean and-chain
- Fix while-loop subshell: use process substitution so counter
  variables persist to the final summary line
- Remove auto-merge workflow: GITHUB_TOKEN merges do not trigger
  push events, so deploy-netty never ran on auto-merged PRs
2026-04-02 04:06:14 +00:00
Hari
8b04787d62
add auto-merge workflow for all PRs (#24)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions
2026-04-01 18:33:21 +00:00
77b7903823 ci netty apply
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions
2026-03-31 15:57:12 -04:00
66d9b25682 ci + lint 2026-03-30 00:28:59 -04:00