Skip to content

Disable automated triggers for Dependabot batch and daily status agentic workflows - #77

Merged
jpomfret merged 1 commit into
mainfrom
copilot/disable-agentic-workflows
Aug 21, 2026
Merged

jpomfret merged 1 commit into
mainfrom
copilot/disable-agentic-workflows

Conversation

Copilot AI commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This change disables the two noisy/undesired agentic workflows by removing their automatic execution paths. Both workflows remain available for manual runs via workflow_dispatch.

  • Scope

    • .github/workflows/dependabot-batch-prs.lock.yml
    • .github/workflows/daily-repo-status.lock.yml
  • Trigger changes

    • Dependabot batch workflow
      • Removed pull_request_target trigger.
      • Removed scheduled cron trigger.
      • Kept manual dispatch trigger.
    • Daily repo status workflow
      • Removed scheduled cron trigger.
      • Kept manual dispatch trigger.
  • Resulting behavior

    • No automatic runs from PR events or schedules for these workflows.
    • Maintainers can still invoke either workflow on demand from Actions UI/CLI.
on:
  workflow_dispatch:
    inputs:
      aw_context:
        default: ""
        required: false
        type: string

Co-authored-by: jpomfret <981370+jpomfret@users.noreply.github.com>
@jpomfret
jpomfret marked this pull request as ready for review August 21, 2026 08:45
@jpomfret
jpomfret merged commit 0f53579 into main Aug 21, 2026
9 of 12 checks passed
@jpomfret
jpomfret deleted the copilot/disable-agentic-workflows branch August 21, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants