Skip to content

Automate Docs with OpenWiki Background Updates #3571

Description

@camelo365

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions