RepoAuditor 0.2.77__tar.gz → 0.2.78__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {repoauditor-0.2.77 → repoauditor-0.2.78}/DEVELOPMENT.md +2 -2
- {repoauditor-0.2.77 → repoauditor-0.2.78}/PKG-INFO +1 -1
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/EntryPoint.py +1 -1
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/__init__.py +1 -1
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/__snapshots__/GitHubEnterprise_EndToEndTest.ambr +29 -29
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +140 -140
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/utilities.py +9 -21
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.copier-answers.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/CODEOWNERS +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/actions/release_impl/action.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/pull_request_template.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/release_sources.yaml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/workflows/CICD.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/workflows/CICD_impl.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/workflows/EndToEnd.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.github/workflows/codeql.yml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.gitignore +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.pre-commit-config.yaml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/.python-version +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/CODE_OF_CONDUCT.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/CONTRIBUTING.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/GOVERNANCE.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/LICENSE +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/MAINTAINERS.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/README.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/SECURITY.md +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/default_config.yaml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/minisign_key.pub +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/pyproject.toml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/AutoGitSemVer.yaml +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/CommandLineProcessor.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Display.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/ExecuteModules.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Impl/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Module.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugin.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/CommunityStandardsQuery.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Impl/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Module.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOfConduct.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOwners.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/Contributing.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/IssueTemplates.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/LicenseFile.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/PullRequestTemplates.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/ReadMe.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/SecurityPolicy.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/CommunityStandardsPlugin.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/Protected.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRulesetRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/RulesetQuery.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireStatusChecks.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/AutoMerge.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DefaultBranch.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DeleteHeadBranches.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DependabotSecurityUpdates.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Description.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardValueRequirementImpl.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/License.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommit.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommitMessage.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Private.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/RebaseMergeCommit.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanning.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanningPushProtection.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashCommitMerge.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashMergeCommitMessage.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportDiscussions.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportIssues.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportProjects.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportWikis.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/TemplateRepository.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/WebCommitSignoff.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Plugins/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Query.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/Requirement.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/src/RepoAuditor/py.typed +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/CommandLineProcessor_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/EntryPoint_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/ExecuteModules_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Module_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugin_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/CommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/CommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/CommunityStandards/GitHubCommunityStandards_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/CommunityStandards_EndToEndTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubEnterprise_EndToEndTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/DefaultBranchQueryRequirements/Protected_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/EnableRulesetRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/RulesetRequirements_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/Description_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/License_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/MergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/Private_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanning_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQueryRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHubModule/fixtures.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/__snapshots__/CommunityStandards_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Plugins/conftest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Query_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/Requirement_UnitTest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/__init__.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/tests/conftest.py +0 -0
- {repoauditor-0.2.77 → repoauditor-0.2.78}/uv.lock +0 -0
|
@@ -92,13 +92,13 @@ Please follow the steps below to complete the configuration.
|
|
|
92
92
|
- Run the `CI+CD` workflow. You will be asked to enable it, please do so.
|
|
93
93
|
- In the `Run workflow` dropdown to the right, click the `Run workflow` button. This should cause the action to run, don't worry if it fails, it is only needed for a check below.
|
|
94
94
|
|
|
95
|
-
- On the `Rules -> Rulesets` settings page, create a new branch ruleset called `
|
|
95
|
+
- On the `Rules -> Rulesets` settings page, create a new branch ruleset called `main`:
|
|
96
96
|
- Under `Target branches`, click `Add target -> Include by pattern` and type in `main`. Finalize by clicking `Add Inclusion pattern`.
|
|
97
97
|
- Enable `Restrict deletions`
|
|
98
98
|
- Enable `Require signed commits`
|
|
99
99
|
- Enable `Require a pull request before merging` with 1 required approval.
|
|
100
100
|
- Enable `Require status checks to pass` with the `CI+CD Workflow / Validate (ubuntu-latest, 3.12)` check.
|
|
101
|
-
-
|
|
101
|
+
- Enable `Block force pushes`.
|
|
102
102
|
- Be sure to hit `Save changes` at the end.
|
|
103
103
|
|
|
104
104
|
### Development Activities
|
|
@@ -327,7 +327,7 @@ def EntryPoint( # noqa: PLR0913 # pragma: no cover
|
|
|
327
327
|
|
|
328
328
|
# Since `output` can be None, we use the nullcontext manager to represent None
|
|
329
329
|
with (
|
|
330
|
-
Path.open(
|
|
330
|
+
Path(output).open(mode="w+", encoding="UTF-8") if output else contextlib.nullcontext() as file
|
|
331
331
|
):
|
|
332
332
|
DisplayResults(
|
|
333
333
|
dm,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
│ [31m│[0m [31m│[0m │
|
|
30
30
|
│ [31m│[0m Resolution [31m│[0m │
|
|
31
31
|
│ [31m│[0m ---------- [31m│[0m │
|
|
32
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
32
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
33
33
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
34
34
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
35
35
|
│ [31m│[0m 4) Locate the 'Rules applied to everyone including administrators' section [31m│[0m │
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
│ [31m│[0m [31m│[0m │
|
|
84
84
|
│ [31m│[0m Resolution [31m│[0m │
|
|
85
85
|
│ [31m│[0m ---------- [31m│[0m │
|
|
86
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
86
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
87
87
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
88
88
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
89
89
|
│ [31m│[0m 4) Locate the 'Rules applied to everyone including administrators' section [31m│[0m │
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
│ [31m│[0m [31m│[0m │
|
|
140
140
|
│ [31m│[0m Resolution [31m│[0m │
|
|
141
141
|
│ [31m│[0m ---------- [31m│[0m │
|
|
142
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
142
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
143
143
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
144
144
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
145
145
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
│ [31m│[0m [31m│[0m │
|
|
195
195
|
│ [31m│[0m Resolution [31m│[0m │
|
|
196
196
|
│ [31m│[0m ---------- [31m│[0m │
|
|
197
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
197
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
198
198
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
199
199
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
200
200
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
│ [31m│[0m [31m│[0m │
|
|
251
251
|
│ [31m│[0m Resolution [31m│[0m │
|
|
252
252
|
│ [31m│[0m ---------- [31m│[0m │
|
|
253
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
253
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
254
254
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
255
255
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
256
256
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
│ [31m│[0m [31m│[0m │
|
|
307
307
|
│ [31m│[0m Resolution [31m│[0m │
|
|
308
308
|
│ [31m│[0m ---------- [31m│[0m │
|
|
309
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'.
|
|
309
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
310
310
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section. [31m│[0m │
|
|
311
311
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main'. [31m│[0m │
|
|
312
312
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section. [31m│[0m │
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
│ [31m│[0m [31m│[0m │
|
|
362
362
|
│ [31m│[0m Resolution [31m│[0m │
|
|
363
363
|
│ [31m│[0m ---------- [31m│[0m │
|
|
364
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
364
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
365
365
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
366
366
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
367
367
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
│ [31m│[0m [31m│[0m │
|
|
416
416
|
│ [31m│[0m Resolution [31m│[0m │
|
|
417
417
|
│ [31m│[0m ---------- [31m│[0m │
|
|
418
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
418
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
419
419
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
420
420
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
421
421
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
│ [31m│[0m [31m│[0m │
|
|
470
470
|
│ [31m│[0m Resolution [31m│[0m │
|
|
471
471
|
│ [31m│[0m ---------- [31m│[0m │
|
|
472
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
472
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
473
473
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
474
474
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
475
475
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
│ [31m│[0m [31m│[0m │
|
|
524
524
|
│ [31m│[0m Resolution [31m│[0m │
|
|
525
525
|
│ [31m│[0m ---------- [31m│[0m │
|
|
526
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
526
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
527
527
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
528
528
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
529
529
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
│ [31m│[0m [31m│[0m │
|
|
578
578
|
│ [31m│[0m Resolution [31m│[0m │
|
|
579
579
|
│ [31m│[0m ---------- [31m│[0m │
|
|
580
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
580
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
581
581
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
582
582
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
583
583
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
│ [31m│[0m [31m│[0m │
|
|
632
632
|
│ [31m│[0m Resolution [31m│[0m │
|
|
633
633
|
│ [31m│[0m ---------- [31m│[0m │
|
|
634
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
634
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
635
635
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
636
636
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
637
637
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
│ [31m│[0m [31m│[0m │
|
|
688
688
|
│ [31m│[0m Resolution [31m│[0m │
|
|
689
689
|
│ [31m│[0m ---------- [31m│[0m │
|
|
690
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
690
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
691
691
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
692
692
|
│ [31m│[0m 3) Click the 'Edit' button next to the branch 'main' [31m│[0m │
|
|
693
693
|
│ [31m│[0m 4) Locate the 'Protect matching branches' section [31m│[0m │
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
│ [31m│[0m [31m│[0m │
|
|
743
743
|
│ [31m│[0m Resolution [31m│[0m │
|
|
744
744
|
│ [31m│[0m ---------- [31m│[0m │
|
|
745
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'.
|
|
745
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
746
746
|
│ [31m│[0m 2) Locate the 'Default Branch' section. [31m│[0m │
|
|
747
747
|
│ [31m│[0m 3) Ensure that 'Default Branch' is set to 'not_main'. [31m│[0m │
|
|
748
748
|
│ [31m│[0m [31m│[0m │
|
|
@@ -848,7 +848,7 @@
|
|
|
848
848
|
│ [31m│[0m [31m│[0m │
|
|
849
849
|
│ [31m│[0m Resolution [31m│[0m │
|
|
850
850
|
│ [31m│[0m ---------- [31m│[0m │
|
|
851
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'.
|
|
851
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
852
852
|
│ [31m│[0m 2) Locate the 'Pull Requests' section. [31m│[0m │
|
|
853
853
|
│ [31m│[0m 3) Ensure that 'Allow merge commits -> Default...' is set to 'This is not a valid merge commit message'. [31m│[0m │
|
|
854
854
|
│ [31m│[0m [31m│[0m │
|
|
@@ -900,7 +900,7 @@
|
|
|
900
900
|
│ [31m│[0m [31m│[0m │
|
|
901
901
|
│ [31m│[0m Resolution [31m│[0m │
|
|
902
902
|
│ [31m│[0m ---------- [31m│[0m │
|
|
903
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
903
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
904
904
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
905
905
|
│ [31m│[0m 3) Ensure that 'Allow auto-merge' is unchecked [31m│[0m │
|
|
906
906
|
│ [31m│[0m [31m│[0m │
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
│ [31m│[0m [31m│[0m │
|
|
953
953
|
│ [31m│[0m Resolution [31m│[0m │
|
|
954
954
|
│ [31m│[0m ---------- [31m│[0m │
|
|
955
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
955
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
956
956
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
957
957
|
│ [31m│[0m 3) Ensure that 'Automatically delete head branches' is unchecked [31m│[0m │
|
|
958
958
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
│ [31m│[0m [31m│[0m │
|
|
1005
1005
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1006
1006
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1007
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1007
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1008
1008
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
1009
1009
|
│ [31m│[0m 3) Ensure that 'Allow merge commits' is unchecked [31m│[0m │
|
|
1010
1010
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
│ [31m│[0m [31m│[0m │
|
|
1057
1057
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1058
1058
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1059
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1059
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1060
1060
|
│ [31m│[0m 2) Locate the 'Features' section [31m│[0m │
|
|
1061
1061
|
│ [31m│[0m 3) Ensure that 'Issues' is unchecked [31m│[0m │
|
|
1062
1062
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
│ [31m│[0m [31m│[0m │
|
|
1109
1109
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1110
1110
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1111
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1111
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1112
1112
|
│ [31m│[0m 2) Locate the 'Features' section [31m│[0m │
|
|
1113
1113
|
│ [31m│[0m 3) Ensure that 'Projects' is unchecked [31m│[0m │
|
|
1114
1114
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1160,7 +1160,7 @@
|
|
|
1160
1160
|
│ [31m│[0m [31m│[0m │
|
|
1161
1161
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1162
1162
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1163
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1163
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1164
1164
|
│ [31m│[0m 2) Locate the 'Features' section [31m│[0m │
|
|
1165
1165
|
│ [31m│[0m 3) Ensure that 'Wikis' is unchecked [31m│[0m │
|
|
1166
1166
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
│ [31m│[0m [31m│[0m │
|
|
1214
1214
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1215
1215
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1216
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1216
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1217
1217
|
│ [31m│[0m 2) Locate the 'General' section [31m│[0m │
|
|
1218
1218
|
│ [31m│[0m 3) Ensure that 'Require contributors to sign off on web-based commits' is unchecked [31m│[0m │
|
|
1219
1219
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1265,7 +1265,7 @@
|
|
|
1265
1265
|
│ [31m│[0m [31m│[0m │
|
|
1266
1266
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1267
1267
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1268
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1268
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1269
1269
|
│ [31m│[0m 2) Locate the 'Danger Zone' section [31m│[0m │
|
|
1270
1270
|
│ [31m│[0m 3) Click the 'Change visibility button' [31m│[0m │
|
|
1271
1271
|
│ [31m│[0m 4) Select 'Change to private' [31m│[0m │
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
│ [31m│[0m [31m│[0m │
|
|
1319
1319
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1320
1320
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1321
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1321
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1322
1322
|
│ [31m│[0m 2) Locate the 'Branch protection rules' section [31m│[0m │
|
|
1323
1323
|
│ [31m│[0m 3) Protect the branch with a ruleset or classic branch protection rule [31m│[0m │
|
|
1324
1324
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
│ [31m│[0m [31m│[0m │
|
|
1418
1418
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1419
1419
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1420
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1420
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1421
1421
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
1422
1422
|
│ [31m│[0m 3) Ensure that 'Allow rebase merging' is checked [31m│[0m │
|
|
1423
1423
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
│ [31m│[0m [31m│[0m │
|
|
1470
1470
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1471
1471
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1472
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1472
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1473
1473
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
1474
1474
|
│ [31m│[0m 3) Ensure that 'Allow squash merging' is checked [31m│[0m │
|
|
1475
1475
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
│ [31m│[0m [31m│[0m │
|
|
1522
1522
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1523
1523
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1524
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1524
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1525
1525
|
│ [31m│[0m 2) Locate the 'Pull Requests' section [31m│[0m │
|
|
1526
1526
|
│ [31m│[0m 3) Ensure that 'Always suggest updating pull request branches' is checked [31m│[0m │
|
|
1527
1527
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
│ [31m│[0m [31m│[0m │
|
|
1574
1574
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1575
1575
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1576
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1576
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1577
1577
|
│ [31m│[0m 2) Locate the 'Features' section [31m│[0m │
|
|
1578
1578
|
│ [31m│[0m 3) Ensure that 'Discussions' is checked [31m│[0m │
|
|
1579
1579
|
│ [31m│[0m [31m│[0m │
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
│ [31m│[0m [31m│[0m │
|
|
1626
1626
|
│ [31m│[0m Resolution [31m│[0m │
|
|
1627
1627
|
│ [31m│[0m ---------- [31m│[0m │
|
|
1628
|
-
│ [31m│[0m 1) Visit '<scrubbed-github-url>'
|
|
1628
|
+
│ [31m│[0m 1) Visit '<scrubbed-github-url>'. [31m│[0m │
|
|
1629
1629
|
│ [31m│[0m 2) Locate the 'General' section [31m│[0m │
|
|
1630
1630
|
│ [31m│[0m 3) Ensure that 'Template repository' is checked [31m│[0m │
|
|
1631
1631
|
│ [31m│[0m [31m│[0m │
|