-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add validate-policy-bot-action #497
Conversation
cb8392e
to
569334f
Compare
569334f
to
f789601
Compare
I would move that out to a public repo (probably its own one?), that'd be great |
One thing I just realised. Since we use merge queues in this repository the policy bot isn't going to be very helpful. We should still provide a shared workflow for folks that don't use them, but I'm not sure about the generated one in this PR. 🤔 |
@iainlane Removed the check for this repo and updated the README of the action. mind a sanity check? |
Related to #478 (does not fix it, see #497 (comment))
adds a
validate-policy-bot-action
that can be used to validate a Policy Bot config file.Open points:
We should probably distribute the policy bot generator from
deployment_tools
so that other repos can use it without copy-pasting it.If we do so, we could also include drift detection in this action, and if we do so, then this action should run also on any other workflow file change.