ci(workflow): Add auto-merge notification workflow#548
Merged
Aaron ("AJ") Steers (aaronsteers) merged 2 commits intomainfrom May 16, 2025
Merged
Conversation
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
Contributor
Author
|
Original prompt from Aaron: |
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a GitHub Actions workflow that updates PR descriptions with markdown notices based on auto-merge status.
- Adds a new workflow file triggered on auto-merge enable/disable events.
- Uses the bcgov/action-pr-description-add@v2.0.0 action to add an IMPORTANT notice when auto-merge is enabled and a NOTE when it is disabled.
Comments suppressed due to low confidence (1)
.github/workflows/auto_merge_notification.yml:1
- Consider revising the comment text to remove the redundant phrasing 'is has'. For clarity, update it to something like: 'When a PR has the auto-merge feature enabled or disabled, this workflow adds or removes warning text at the bottom of the PR description.'
# When a PR is has the auto-merge feature enabled or disabled, this workflow adds or removes warning text at the bottom of the PR description.
Ben Church (bnchrch)
approved these changes
May 16, 2025
77a68a5
into
main
23 of 24 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci(workflow): Add auto-merge notification workflow
Overview
This PR adds a GitHub Actions workflow that adds or updates markdown notices in PR descriptions when auto-merge is enabled or disabled.
Implementation Details
auto_merge_enabledandauto_merge_disabledPR eventsbcgov/action-pr-description-add@v2.0.0action to modify PR descriptionsReferences
Link to Devin run
https://app.devin.ai/sessions/78ed5871a67a4474b33d241508af6bdf
Requested by: Aaron ("AJ") Steers (aj@airbyte.io)
Important
Auto-merge enabled.
This PR is set to merge automatically when all requirements are met.