Commit Graph
12 Commits
Author SHA1 Message Date
0xSelenicDove 8893ba81a6 fix(*): harden local service boundaries (#2062) 2026-07-17 17:50:50 +08:00
f459d00954 chore(ci): use personal access token for hash update (#1925)
## Description

Unfortunately the method of manually calling CI on the PR branch used by
#1907 doesn't count as status check of that PR (#1924), probably because
the called workflow inherits the context of the calling workflow, which
is not triggered by the PR. I read the docs and the most straightforward
solution is using a PAT, which does trigger the pull_request event.
Alternatively you can open PR with a custom github app, which is more
complicated but allows the app to bypass ruleset and commit directly to
main. Or just disable mandatory status checks.

## Linked Issues



## Additional Context

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Rin <shinohara-rin@users.noreply.github.com>
2026-06-04 18:12:51 +08:00
Weathercold 052dc03ad2 chore(ci): open and auto-merge PR when updating hashes (#1907) 2026-06-01 23:17:09 +08:00
Weathercold d9dd2862e9 chore(ci): Remove CI concurrency group & small fixes (#1758)
## Description

<!-- Please insert your description here and especially provide info
about the "what" this PR is solving -->

It has no effect. The actions are run in parallel anyway. They have been
previously updated to not fail when run in parallel.

## Linked Issues

<!-- Optional, if you have any -->

## Additional Context

<!-- e.g. is there anything you'd like reviewers to focus on? -->
2026-05-04 06:37:35 +08:00
Salman ChishtiandNeko 84110b2abe chore(ci): bump GitHub Actions actions (#1048)
---------

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
Co-authored-by: Neko <neko@ayaka.moe>
2026-03-28 05:16:25 +08:00
Sebastián b3117e9ad8 fix(nix): Pull before push in workflows (#1049) 2026-02-28 18:54:55 +08:00
Sebastián 6587555e7a fix(nix): when one nix hash update pushes now the other pulls (#1019) 2026-02-03 15:03:22 +08:00
Neko Ayaka 67fe40fc12 chore(ci): bump actions/checkout@v6 2025-12-30 12:56:06 +08:00
Neko Ayaka ccf97f53d0 chore(ci): fix workflow die due to no space left on device 2025-12-29 02:19:31 +08:00
Weathercold d7bfe19567 fix(nix): run hash update actions sequentially (#616) 2025-09-28 13:15:58 +08:00
RainbowBird 7a0d7f3e58 chore(CI): bump checkout to v5 2025-09-24 23:37:41 +08:00
Weathercold 525964ba27 feat(nix): auto-update pnpmDeps hash (#490) 2025-08-29 01:08:58 +08:00