-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
audit: migrate shared audits to taps #10087
audit: migrate shared audits to taps #10087
Conversation
Review period will end on 2020-12-22 at 19:53:34 UTC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few style suggestions but looks good to me, nice work again @Rylan12!
Review period ended. |
Changes have been merged in homebrew/core (and made it to linuxbrew-core) and homebrew/cask, so this is good to go! And, good news: I think this is the last migration PR 🥳🎉! |
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?brew man
locally and committed any changes?This is the final (I think) step in the migration of formula/cask lists to their respective taps. Here are the three lists that are modified by this PR:
GITHUB_PRERELEASE_ALLOWLIST
is being split and migrated to the homebrew/core and homebrew/cask tapsGITLAB_PRERELEASE_ALLOWLIST
is being migrated to the homebrew/core and homebrew/cask taps. It's currently empty but I've migrated them so maintainers know it is an option. Alternatively, it can be deleted and re-added when (if) it's needed.GITHUB_FORK_ALLOWLIST
is being removed. This was only used for new formulae and casks, so it doesn't need to be in a list. If we want to allow a fork when adding new formulae/casks, I think we should just ignore the audit. It doesn't make sense to add to a list that will never be used again.As always, there will be corresponding PRs in homebrew/core (Homebrew/homebrew-core#67384) and homebrew/cask (Homebrew/homebrew-cask#96469) to add these lists. Those should be merged before this PR.