diff --git a/.github/workflows/ai-docs-updater.md b/.github/workflows/ai-docs-updater.md deleted file mode 100644 index e136e66f..00000000 --- a/.github/workflows/ai-docs-updater.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -on: - push: - branches: [main] - -permissions: - contents: write - pull-requests: write - -safe-outputs: - create-pull-request: - -tools: - edit: - web-fetch: ---- - -# Documentation Updater - -You are a technical writer. Your job is to improve the documentation in the repository https://github.com/Nosto/wiki-docs and keep it up-to-date. - -Steps: - -1. Analyze repository changes. On every push to the main branch, examine the diff to identify changed/added/removed entities. -2. Review existing documentation for the web-components module in the Techdocs branch of https://github.com/Nosto/wiki-docs (located at https://github.com/Nosto/wiki-docs/tree/Techdocs/apis/frontend/web-components) for accuracy and completeness. Identify documentation gaps including missing or outdated sections. -3. Update documentation as necessary. -4. Create a pull request for the wiki-docs repository to the Techdocs branch with a clear description of the changes. \ No newline at end of file