Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't run CI on update/* branches #291

Merged
merged 1 commit into from
Jun 5, 2022
Merged

Conversation

armanbilge
Copy link
Member

See #177 (comment) for context.

Strategically named this branch update/ignore-me to see if it works right.

@mergify mergify bot added the ci label Jun 5, 2022
branches: ['**']
branches: ['**', '!update/**']
Copy link
Member Author

@armanbilge armanbilge Jun 5, 2022

Choose a reason for hiding this comment

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

This took me aback at first, because I thought it meant it would not run CI for PRs from branches named update/**. But, no, it won't run CI for PRs targeting branches named update/**.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for clarifying this. Can't imagine how many times people were confused with this. Maybe it's just an attempt to get more traffic to docs? 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants