-
Notifications
You must be signed in to change notification settings - Fork 701
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
Export CompatFilePath and CompatLicenseFile #8523
Export CompatFilePath and CompatLicenseFile #8523
Conversation
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.
LGTM thanks!
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.
LGTM
b756c6d
to
562b6f8
Compare
These two types need to be exported for users to be able to define their own FieldGrammar.
562b6f8
to
8edc006
Compare
Just curious: any reason not to use the merge bot? |
@ulysses4ever oh damn it, I forgot. Is there a way to disable the green button? Or perhaps take away my merge permission, I’m just an occasional contributor after all. |
@andreabedini right: it's super easy to forget, I agree. As to how to improve on this, I'm not totally sure, but some directions that can be investigated:
The former seems to be the proper solution. Unfortunately, it requires GitHub Team or GitHub Enterprise Cloud organization account. I'm guessing, What are downsides of the latter? I think, the only sensitive change is that people won't be able to push their dev branches to @Mikolaj do you have any thoughts on this? Meanwhile, we just had another direct merge. I'd guess the reason is the same: the person wasn't aware about the bot but had Write permissions. |
I cannot speak for other developers but I would be ok with Triage level. |
@andreabedini: you've been awarded the coveted Triage role. Thank you for your exemplary Write service. We are advised by Haskell org admins to prefer the Triage role, so slowly migrating that way makes sense. I don't see in Settings the possibility of restricting the Merge button, so I guess we can't. |
any reason in the "slowly" bit in particular? Wouldn't it be better to do a bulk rollback of Write permissions and be done with it? The interface at |
I'd be miffed if anybody took away my Write permission. ;) |
These two types need to be exported for users to be able to define their own FieldGrammar.
Please include the following checklist in your PR:
Please also shortly describe how you tested your change. Bonus points for added tests!