Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/claude-md-maintenance.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Loading