Sean Smith

Results 11 comments of Sean Smith

So I ran into this today which might shine some light onto the issue, let me know if you want me to open my own issue. ![Screen Shot 2021-11-09 at...

I can try and replicate the error tomorrow, but the repo did not have a `mergeable.yml` in either the PR when it was opened or the repo itself. We never...

Ok turns out you were right, adding a `.github` directory didn't fix it, it was just a fluke, and that on change it caused the app to run again and...

So looking at the code a bit, I don't think that the line you outlined is the problem we are hitting (though it certainly could be for others) in that...

Perhaps allow mods to be able to remove a highlight from another user, if you're using an IRC library you might be able to check if they are (iirc) OP...

Also I realize the license checking may not be necessary, but it's something I like to do even for my open source projects, just in case.

I would also like to propose adding a "Breaking" label to this repo for PRs that introduce any breaking changes for release note generation reasons. This is unlikely to be...

Also ran into the same error this morning after upgrading from `0.22.0` to `0.24.0` using the following rules in my build file: * container_layer * container_run_and_commit * container_image * container_push...

I'll do my best to work on untangling this over the next couple of weeks unless someone is actively working on it. My plan is to create a `TESTING.md` file...

Quick question, is there any way to determine if an account is an enterprise account? `TestAccGithubOrganizationIpAllowListDataSource/queries_without_error/with_an_organization_account` this test manages an IP allow list which is limited to enterprise accounts? If...