diff --git a/.github/workflows/auto_label.yml b/.github/workflows/auto_label.yml index 4f4627b7..ded90e9f 100644 --- a/.github/workflows/auto_label.yml +++ b/.github/workflows/auto_label.yml @@ -7,6 +7,7 @@ on: jobs: auto-label: runs-on: ubuntu-latest + if: false name: Auto-label issues for Claude processing steps: - name: Install GitHub & Claude CLI diff --git a/.github/workflows/claude_runner.yml b/.github/workflows/claude_runner.yml index 72f082bf..bec76d54 100644 --- a/.github/workflows/claude_runner.yml +++ b/.github/workflows/claude_runner.yml @@ -3,9 +3,9 @@ name: Claude Code • Auto PR on Comment on: issue_comment: types: [created] - schedule: - - cron: "0 * * * *" - workflow_dispatch: {} + # schedule: + # - cron: "0 * * * *" + # workflow_dispatch: {} concurrency: group: doc-fixing-ai-agent @@ -14,7 +14,7 @@ concurrency: jobs: get_issue_and_assign: runs-on: ubuntu-latest - if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' + if: false steps: - uses: actions/checkout@v4 @@ -53,10 +53,7 @@ jobs: run_claude: runs-on: ubuntu-latest - if: | - contains(github.event.comment.body, '@wso2-engineering-bot') && - (github.event.comment.author_association == 'OWNER' || - github.event.comment.author_association == 'MEMBER') + if: false steps: - name: Checkout original repository uses: actions/checkout@v4