Skip to content

Remove auto-merge enable step from auto-merge workflow#29

Merged
github-actions[bot] merged 1 commit into
masterfrom
remove-auto-merge-enable-step-from-auto-merge-work
Apr 29, 2026
Merged

Remove auto-merge enable step from auto-merge workflow#29
github-actions[bot] merged 1 commit into
masterfrom
remove-auto-merge-enable-step-from-auto-merge-work

Conversation

@ydesgagn
Copy link
Copy Markdown
Contributor

Summary

Removes the Enable auto-merge step from the auto-merge GitHub Actions workflow. Auto-merge will no longer be enabled automatically by this workflow when the PR author is recognized as an owner; the preceding ownership check step is retained, but the subsequent gh pr merge --auto --squash invocation has been dropped.

Key changes:

  • Removed the Enable auto-merge step (and its GH_TOKEN/PR env block) from .github/workflows/auto-merge.yml

Types of changes

  • Bugfix (fixes an issue)
  • New feature (adds functionality)
  • Refactoring (improves code without changing functionality)
  • Breaking change (incompatible changes)
  • Build or security update (updates dependencies, libraries, or security patches)
  • Code style or documentation update (formatting, renaming, or documentation changes)
  • Other (please describe):

Checklist

  • Unit tests added to validate my fix/feature
  • I have manually tested my change
  • I did not add automation test. Why ?: Workflow file change with no executable code paths to unit-test; behavior is verified by GitHub Actions runtime.
  • Database changes requiring migration with downtime or reprocessing of existing data
  • The SOUP file lists the risk Level, requirements and verification reasoning associated with each library
  • readme.md includes sections on introduction, installation, usage, and contributing
  • docs/architecture.md includes sections on the architecture diagram, software units, software of unknown provenance, critical algorithms and risk controls related to PII and security
  • Impact on PII, privacy regulations (CCPA/GDPR/PIPEDA), CIS benchmarks or security (availability/confidentiality/integrity); management must be notified

@github-actions github-actions Bot enabled auto-merge (squash) April 29, 2026 14:37
@github-actions github-actions Bot merged commit 66d4132 into master Apr 29, 2026
6 checks passed
@ydesgagn ydesgagn deleted the remove-auto-merge-enable-step-from-auto-merge-work branch April 30, 2026 20:37
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.

1 participant