-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
update CI for changeset check #12212
Conversation
I see that you haven't updated any README files. Would it make sense to do so? |
Would it make sense to use https://github.com/smartcontractkit/.github/tree/main/actions/guard-from-missing-changesets here and if not integrate what you need to that composite action? |
ahh I forgot it was there. I think this changeset guard is a bit different since we only want to filter out certain dir changes right? also if we integrate the comment to pr action then we will need to integrate GATI into this composite action too right? |
Quality Gate passedIssues Measures |
Co-authored-by: chainchad <[email protected]>
This action checks PRs to see if any changeset files were added in the PR core files were changed. If none were, it will add a comment in the PR to run changeset command to generate a changeset file.
This should be merged after this PR has been merged:
#12198