From 0e155e4228d7788c2b9e1f1f915e9e82f5373d1f Mon Sep 17 00:00:00 2001 From: drobnikj Date: Thu, 19 Feb 2026 10:51:12 +0100 Subject: [PATCH] ci: add claude-md-maintenance.yml GitHub Actions workflow --- .github/workflows/claude-md-maintenance.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/claude-md-maintenance.yml diff --git a/.github/workflows/claude-md-maintenance.yml b/.github/workflows/claude-md-maintenance.yml new file mode 100644 index 0000000..432e1ea --- /dev/null +++ b/.github/workflows/claude-md-maintenance.yml @@ -0,0 +1,19 @@ +# This file is distributed to each target repository by create-workflow-prs.sh from apify/integrations-team. +# It calls the reusable workflow defined in apify/workflows. + +name: Claude MD Maintenance + +on: + # Allow manual runs from the Actions tab + workflow_dispatch: + # Also run on every push to main + push: + branches: + - main + - master + +jobs: + maintain-claude-md: + uses: apify/workflows/.github/workflows/claude-md-maintenance.yml@main + secrets: + ANTHROPIC_API_KEY: ${{ secrets.CLAUDE_MD_MAINTENANCE_ANTHROPIC_API_KEY }} \ No newline at end of file