Commit graph

29 commits

Author SHA1 Message Date
RAIT-09
0a08e22165 ci: scope the workflow token to read-only
The job only checks out code and runs local npm commands, so contents: read
is all it needs; declaring the block zeroes every other scope. Aligns ci.yaml
with the explicit permissions the release and docs workflows already declare.
2026-07-04 02:01:38 +09:00
RAIT-09
f248713830 ci: rename the job to match what it runs
The job lints, tests, and builds now — lint-and-build undersold it. No
required status checks reference the old name.
2026-07-04 01:53:14 +09:00
RAIT-09
b2b5f91921 ci: lint the whole repo and run the test suite on pull requests
Align the CI lint step with the local npm run lint (eslint . covers test/
too, which now contains real suites) and run vitest before the build. With
sentence-case downgraded to a warning and the display() deprecation
suppressed, the lint step goes green for the first time in a while.
2026-07-04 01:40:41 +09:00
bearl
793c5df16f fix: update actions versions in CI workflow 2026-05-19 23:44:37 +09:00
RAIT-09
1357de6924 fix: add export {} to module augmentation, pin attestation SHA, unify activeWindow in TerminalBlock 2026-05-14 22:41:41 +09:00
RAIT-09
99e9746975 ci: add artifact attestation to release workflow 2026-05-14 01:38:31 +09:00
RAIT-09
6c58810429 chore: relay reopened issues to OpenClaw 2026-03-30 16:54:16 +09:00
RAIT-09
d4ba1b36c8 chore: update OpenClaw relay webhook format and improve shell safety 2026-03-30 10:48:56 +09:00
RAIT-09
47b7122de6 chore: Remove Discord sentence and announce flag 2026-03-17 21:52:47 +09:00
RAIT-09
e91d1e1cb9 ci: add discussion events and improve translation prompt in OpenClaw relay 2026-03-14 23:43:49 +09:00
RAIT-09
8583eb8e7d ci: add discussion events to OpenClaw relay workflow 2026-03-14 23:42:38 +09:00
RAIT-09
2e19260758 chore: migrate Q&A to GitHub Discussions and update issue templates
- Remove question.yml issue template (replaced by Discussions Q&A)
- Add Discussions links (Q&A, Ideas) to issue template chooser
- Add Ideas guidance to feature request template
2026-02-28 18:29:31 +09:00
RAIT-09
8046615e28 ci: improve OpenClaw relay triggers 2026-02-23 23:16:23 +09:00
RAIT-09
322bee1fa5
ci: Change announce flag to false in webhook payload 2026-02-21 16:32:27 +09:00
RAIT-09
390150ab82
ci: Update translation instruction for Discord message 2026-02-21 13:11:41 +09:00
RAIT-09
3809e4bde3
ci: Add agentId to OpenClaw webhook payload 2026-02-21 12:25:18 +09:00
RAIT-09
1ac98da97c feat: add sender username to GitHub event relay 2026-02-21 11:25:49 +09:00
RAIT-09
33bcb1aa4e
ci: Add Discord channel support for OpenClaw relay 2026-02-21 11:14:52 +09:00
RAIT-09
28ecd672bb
ci: Enhance Discord message posting in workflow
Updated Discord message to include channel ID and delivery option.
2026-02-21 05:00:18 +09:00
RAIT-09
b087bf5252
ci: add workflow to relay GitHub events to OpenClaw
This workflow relays GitHub events to OpenClaw, translating them into Japanese and posting to Discord. It includes required secrets for authentication.
2026-02-21 04:27:34 +09:00
RAIT-09
58f03c9f90 Add funding configuration for GitHub Sponsors and Buy Me a Coffee 2026-01-18 00:57:06 +09:00
RAIT-09
c8bf2b4c0c Add funding configuration for GitHub Sponsors and Buy Me a Coffee 2026-01-18 00:56:05 +09:00
RAIT-09
d99e3df0cb ci: Update Node.js version to 22.x for npm 11 compatibility 2026-01-16 13:12:55 +09:00
RAIT-09
84e98af5b2 docs: Add pull request template
Introduces a pull request template to standardize PR descriptions, related issues, change types, checklists, testing environments, and screenshots. This helps ensure consistency and clarity in code reviews.
2026-01-05 23:49:17 +09:00
RAIT-09
29f5c860ab docs: Add issue templates
Introduced standardized issue templates for bug reports, feature requests, and questions to streamline user feedback and support. Also added a config file to enable blank issues and provide a documentation link.
2026-01-05 23:25:23 +09:00
Chris Ekstroem
4310f13486 added github copilot instructions 2025-12-31 22:49:54 -06:00
RAIT-09
074e54c8e0 Add GitHub Actions workflow for docs deployment
Introduces a workflow to build and deploy documentation using VitePress to GitHub Pages on pushes to the master branch or manual dispatch. The workflow installs dependencies, builds the docs, and uploads the output for deployment.
2025-12-14 19:30:08 +09:00
RAIT-09
97d6369478 Add ESLint CI workflow for pull requests 2025-11-24 12:47:58 +09:00
RAIT-09
63693dc39d Add release workflow 2025-09-27 14:51:50 +09:00