You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a repo and some code for a GitHub bot to handle some annoying automation like:
Mirroring Milestones between projects to give us a "fake" milestone that spans multiple projects (work around for missing feature)
Handle automatically merging PRs that are valid (work around for not having enterprise license)
Due to security concerns about allowing forked repos to run workflows on self-hosted runners we cannot do the automatic merge workflow. The entire purpose of this is to make the maintainers visit PRs less often. In the current world they have to visit PRs everytime no matter what...so no real savings doing any of this work.
Automatically import issues and PRs into the nullinside-development-group for all of its associated repos (work around for not having enterprise license)
PRs shouldn't be in the project. We'll keep the board clean by only importing issues.
Creating a "ruleset" with branch protection rules. Even though branch protection doesn't work it looks like ruleset functionality might be enabled?
The text was updated successfully, but these errors were encountered:
Some momentum stalled. The octokit library we use to perform the ruleset updates doesn't correctly perform the call. We have to update the open source project if we want that working or handroll this call.
Create a repo and some code for a GitHub bot to handle some annoying automation like:
Handle automatically merging PRs that are valid (work around for not having enterprise license)and PRsinto thenullinside-development-group
for all of its associated repos (work around for not having enterprise license)The text was updated successfully, but these errors were encountered: