We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 0.3.5
Repo whitelist should be case insensitive.
When I configure the repo whitelist as github.com/247sports/* I get the following log output:
github.com/247sports/*
2018/03/29 23:05:31 events_controller.go:136: [DEBUG] server: Ignoring pull request event from non-whitelisted repo
Once I change it to github.com/247Sports/* it works fine.
github.com/247Sports/*
The text was updated successfully, but these errors were encountered:
PR Locks for atlantis apply (#95)
8d12b40
Added support for using 🔒/🔓 to stop atlantis apply.
6a45d80
No branches or pull requests
Version: 0.3.5
Repo whitelist should be case insensitive.
When I configure the repo whitelist as
github.com/247sports/*
I get the following log output:Once I change it to
github.com/247Sports/*
it works fine.The text was updated successfully, but these errors were encountered: