name:OpenWiki Update
on:
workflow_dispatch:
schedule:
# gitHub schedules use UTC; 08:00 UTC is midnight PST.
- cron: "0 8 * * *'
permissions:
contents: write
jobs:
updates:
runs-on:ubuntu-latest
steps:
-name: Check out repository
uses: actions/checkout@v4
-name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
-name: Install OpenWiki
run: npm install--global openwiki
-name: run OpenWiki
run: openwiki -- update --print
-name: Create OpenWiki update pull request
uses: peter-evans/create-pull-request@v7
with:
add-paths: openwiki
branch: openwiki/update
commit-message: "docs: update OpenWiki"
tittle-message: "docs: update OpenWiki"
body:
Automated OpenWiki documentation update.
This PR was generated by the scheduled OpenWiki workflow.
v22.16.0~/code/lang-chain-ai/projects/agent-docs git:(brace/readme-improvements) 0
openwiki
_Openwiki v0.0.0.0 agent docs for codebases
provider: OpenRouter
model:z-ai/glm-5.2
directory:~/code/lang-chain-ai/projects/agent-docs
*langSmith tracing enabled - Ready for chat
Tip: ask for a docs change, or use / ext when you are done.
|Ask a follow-up...
enter to send - / for commands - /exit to quit - cwd
~/code/lang-chain-ai/projects/agent-docs
LangChain
How to get started
OpenWiki: An open source agent for repo documentation
The future of building happens together
name:OpenWiki Update
on:
workflow_dispatch:
schedule:
# gitHub schedules use UTC; 08:00 UTC is midnight PST.
- cron: "0 8 * * *'
permissions:
contents: write
jobs:
updates:
runs-on:ubuntu-latest
steps:
-name: Check out repository
uses: actions/checkout@v4
-name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
-name: Install OpenWiki
run: npm install--global openwiki
-name: run OpenWiki
run: openwiki -- update --print
-name: Create OpenWiki update pull request
uses: peter-evans/create-pull-request@v7
with:
add-paths: openwiki
branch: openwiki/update
commit-message: "docs: update OpenWiki"
tittle-message: "docs: update OpenWiki"
body:
Automated OpenWiki documentation update.
This PR was generated by the scheduled OpenWiki workflow.
v22.16.0~/code/lang-chain-ai/projects/agent-docs git:(brace/readme-improvements) 0
openwiki
LangChain
How to get started
OpenWiki: An open source agent for repo documentation
The future of building happens together