Skip to content

fix(ci): adjust run conditions for approve-merge steps#17443

Merged
nickvergessen merged 1 commit intomainfrom
fix/17401/fixup-auto-approve
Mar 19, 2026
Merged

fix(ci): adjust run conditions for approve-merge steps#17443
nickvergessen merged 1 commit intomainfrom
fix/17401/fixup-auto-approve

Conversation

@Antreesy
Copy link
Contributor

@Antreesy Antreesy commented Mar 19, 2026

☑️ Resolves

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@Antreesy Antreesy added this to the 🏖️ Next Major (34) milestone Mar 19, 2026
@Antreesy Antreesy requested a review from nickvergessen March 19, 2026 18:33
@Antreesy Antreesy self-assigned this Mar 19, 2026
@Antreesy Antreesy added regression github_actions Pull requests that update GitHub Actions code labels Mar 19, 2026
- name: Auto merge
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0
if: github.event.pull_request.user.login == 'dependabot[bot]'
if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' && steps.auto_approve.conclusion == 'success' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as there is no approval, it shouldn't matter?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels consistent to me to have either 2 'yes' or 2 'no' for both steps

@nickvergessen nickvergessen merged commit ef2030b into main Mar 19, 2026
80 checks passed
@nickvergessen nickvergessen deleted the fix/17401/fixup-auto-approve branch March 19, 2026 22:53
@nickvergessen
Copy link
Member

/backport to stable33

@nickvergessen
Copy link
Member

/backport to stable32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants