Is it possible to opt-out of inheriting from the .github repo for a given file? For example, in repo1 I want to inherit the file, and use an _extends: .github to make that explicit, but in repo2 I want to opt-out from inheriting the file.
I tried using _extends: doesnotexist but it still ended up inheriting the .github repo's .github/settings.yml, which seemed counterintuitive.
Is it possible to opt-out of inheriting from the
.githubrepo for a given file? For example, inrepo1I want to inherit the file, and use an_extends: .githubto make that explicit, but inrepo2I want to opt-out from inheriting the file.I tried using
_extends: doesnotexistbut it still ended up inheriting the.githubrepo's.github/settings.yml, which seemed counterintuitive.