Skip to content

Conversation

@jd
Copy link
Contributor

@jd jd commented Nov 5, 2019

Fix the Mergify operator for author condition.

The current value for author is meant to be a regexp so the ~= operator must be used to match it, not just =.

The operator should be ~= to match a regexp.
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

@eladb eladb left a comment

Choose a reason for hiding this comment

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

thanks! can you please provide details in the PR description as to what issue this solves and how it is fixed by your change?

Also, please follow PR checklist guidelines for PR title.

@jd jd changed the title Fix author matching in Mergify fix: author matching in Mergify Nov 5, 2019
@RomainMuller RomainMuller changed the title fix: author matching in Mergify chore: fix author matching in Mergify configuration Nov 11, 2019
@RomainMuller RomainMuller merged commit d5cefe8 into aws:master Nov 11, 2019
eladb pushed a commit that referenced this pull request Nov 11, 2019
Fix the Mergify operator for author condition.

The current value for `author` is meant to be a regexp so the `~=` operator must be used to match it, not just `=`.
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.

5 participants