-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add workflow to prevent additions to the Terraform SDK folder #842
Conversation
Nice 👍 Looks good. Sorry would this action failing prevent branch from merging? |
Not 100% sure how GHA works in this sense. I don't think so, I think you need to specifically mark a workflow as "required" in GH before it'll block merges. |
Might keep it optional for a few PRs to ensure it works well, and think about adding it as mandatory in 2025. |
Fairly self-explanatory. Detects additions only, allows deletions and modifications.
Example successful run:
Example failed run: