├── .env.example ├── .github ├── copilot-instructions.md ├── dependabot.yml ├── prompts │ └── add-script-to-readme.prompt.md ├── scripts │ └── lint-readme.js └── workflows │ └── lint-readme.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── api ├── README.md ├── checking-github-app-rate-limits.sh ├── create-repo.sh ├── download-file-from-github-packages.sh ├── download-file-from-github-releases.sh ├── download-file-from-private-repo.sh ├── download-workflow-artifacts.sh ├── enable-actions-on-repository.sh ├── generate-jwt-from-github-app-and-find-org-installation-ids.sh └── get-repo-info-using-github-app-and-show-api-rate-limit-info.sh ├── gh-cli ├── .gitignore ├── README.md ├── add-all-organization-members-to-a-team.sh ├── add-all-users-in-repository-to-project.sh ├── add-branch-protection-status-checks.sh ├── add-codeowners-file-to-repositories.sh ├── add-collaborator-to-repository.sh ├── add-enterprise-organization-member.sh ├── add-gitignore-file-to-repositories.sh ├── add-ip-allow-list.sh ├── add-sub-issue-to-issue.sh ├── add-team-to-repositories-from-list.sh ├── add-team-to-repository.sh ├── add-user-to-project.sh ├── add-user-to-repository.sh ├── add-user-to-team.sh ├── add-users-to-team-from-list.sh ├── add-workflow-file-to-repositories.sh ├── archive-repositories.sh ├── change-repository-visibility.sh ├── check-enterprise-owner.sh ├── check-enterprise-team-membership.sh ├── check-organization-team-membership.sh ├── check-repository-admin.sh ├── copy-organization-members.sh ├── copy-organization-team-members.sh ├── copy-organization-variables.sh ├── copy-permissions-between-organization-repositories.sh ├── copy-repository-environments.sh ├── copy-repository-variables.sh ├── copy-team-members.sh ├── create-enterprise-organization.sh ├── create-enterprise-organizations-from-list.sh ├── create-organization-webhook.sh ├── create-repository-from-template.sh ├── create-runner-groups-in-organization.sh ├── create-teams-from-list.sh ├── delete-packages-in-organization.sh ├── delete-release.sh ├── delete-repositories-from-list.sh ├── delete-repository-webhooks.sh ├── delete-repository.sh ├── delete-teams-from-list.sh ├── delete-workflow-runs-for-workflow.sh ├── disable-all-workflows-in-repository.sh ├── download-migration-archive-for-repository.sh ├── download-private-release-artifact.sh ├── download-public-release-artifact.sh ├── enable-actions-on-repository.sh ├── enable-secret-scanning-on-repositories.sh ├── find-attachments-in-repositories.sh ├── find-expired-repository-invitations.sh ├── generate-release-notes-from-tags.sh ├── generate-repositories-list.sh ├── generate-users-from-team.sh ├── get-actions-permissions-on-repository.sh ├── get-actions-repository-variables-in-organization.sh ├── get-actions-usage-in-organization.sh ├── get-actions-usage-in-repository.sh ├── get-all-users-in-repository.sh ├── get-app-tokens-for-each-installation.sh ├── get-apps-installed-in-organization.sh ├── get-branch-protection-rule.sh ├── get-branch-protection-status-checks.sh ├── get-code-scanning-status-for-every-repository.sh ├── get-commits-since-date.sh ├── get-dependencies-in-repository.sh ├── get-earliest-restricted-contribution-date.sh ├── get-enterprise-audit-log-for-organization.sh ├── get-enterprise-id.sh ├── get-enterprise-ip-allow-list.sh ├── get-enterprise-members.sh ├── get-enterprise-organizations-for-user.sh ├── get-enterprise-organizations-members-count.sh ├── get-enterprise-organizations.sh ├── get-enterprise-owners.sh ├── get-enterprise-roles-in-organizations-all-roles.sh ├── get-enterprise-roles-in-organizations-with-named-role.sh ├── get-enterprise-self-hosted-runners.sh ├── get-enterprise-settings.sh ├── get-gei-migration-status.sh ├── get-issue-type-of-issue.sh ├── get-label-usage-in-repository.sh ├── get-migration-status.sh ├── get-most-recent-migration-id-for-organization.sh ├── get-most-recent-migration-id-for-repository.sh ├── get-organization-active-repositories.sh ├── get-organization-codeowner-errors-tsv.sh ├── get-organization-database-id-for-vnet.sh ├── get-organization-id.sh ├── get-organization-ip-allow-list.sh ├── get-organization-language-count.sh ├── get-organization-members-api.sh ├── get-organization-members.sh ├── get-organization-migrations-summary.sh ├── get-organization-migrations-tsv.sh ├── get-organization-migrations.sh ├── get-organization-repositories-by-property.sh ├── get-organization-repository-count.sh ├── get-organization-self-hosted-runners-all-runners.sh ├── get-organization-self-hosted-runners-organization-runners.sh ├── get-organization-self-hosted-runners-repository-runners.sh ├── get-organization-team-members.sh ├── get-organization-team.sh ├── get-organization-webhooks.sh ├── get-organizations-apps-count.sh ├── get-organizations-apps.sh ├── get-organizations-custom-repository-roles-count.sh ├── get-organizations-discussions-count.sh ├── get-organizations-for-user.sh ├── get-organizations-projects-count-classic.sh ├── get-organizations-projects-count.sh ├── get-organizations-repositories-codeowner-usage.sh ├── get-organizations-repositories-discussions-count.sh ├── get-organizations-self-hosted-runners-organization-runners.sh ├── get-organizations-settings.sh ├── get-organizations-webhooks-count.sh ├── get-organizations-webhooks.sh ├── get-outside-collaborators-added-to-repository.sh ├── get-package-download-url-for-latest-version.sh ├── get-package-download-url-for-specific-version-maven.sh ├── get-package-download-url-for-specific-version-npm.sh ├── get-package-download-url-for-specific-version-nuget.sh ├── get-package-download-url-for-specific-version.sh ├── get-parent-issue-of-issue.sh ├── get-project-board-items.sh ├── get-projects-added-to-repository.sh ├── get-projects-in-organization.sh ├── get-pull-requests-in-organization.sh ├── get-pull-requests-in-repository.sh ├── get-releases.sh ├── get-repositories-autolinks-csv.sh ├── get-repositories-not-using-actions.sh ├── get-repositories-organization-secrets-count.sh ├── get-repositories-using-actions.sh ├── get-repositories-using-circleci.sh ├── get-repositories-using-codeql.sh ├── get-repositories-using-dependabot-version-updates.sh ├── get-repositories-webhooks-csv.sh ├── get-repository-languages-for-organization.sh ├── get-repository-licenses-for-organization.sh ├── get-repository-topics.sh ├── get-repository-users-by-permission-for-organization.sh ├── get-repository-users-by-permission.sh ├── get-repository-users-permission-and-source.sh ├── get-repository.sh ├── get-saml-identities-in-enterprise.sh ├── get-saml-identities-in-organization.sh ├── get-sbom-in-repository.sh ├── get-search-results.sh ├── get-sso-credential-authorizations.sh ├── get-sso-enabled-pats.sh ├── get-sso-enabled-ssh-keys.sh ├── get-sub-issues-of-issue.sh ├── get-sub-issues-summary-of-issue.sh ├── get-user-id.sh ├── get-users-directly-added-to-repositories.sh ├── get-workflow-dispatch-inputs.sh ├── github-app-manifest-form.html ├── internal │ ├── __copy_team_and_children_if_not_exists_at_target.sh │ └── __copy_team_and_parents_if_not_exists_at_target.sh ├── invite-user-to-repository.sh ├── invite-users-to-organization-from-list.sh ├── lock-repository-with-migration.sh ├── parent-organization-teams.sh ├── remove-branch-protection-status-check-contexts.sh ├── remove-branch-protection-status-checks.sh ├── remove-enterprise-user.sh ├── remove-issue-issue-type.sh ├── remove-sub-issue-from-issue.sh ├── remove-users-from-organization.sh ├── rename-repository.sh ├── revoke-sso-enabled-pat.sh ├── search-organization-for-code.sh ├── search-repositories-by-custom-property.sh ├── set-branch-protection-status-checks.sh ├── set-ip-allow-list-rules.sh ├── set-ip-allow-list-setting.sh ├── set-organization-membership-for-user.sh ├── unlock-repository-migration-by-id.sh ├── unlock-repository-migration.sh ├── update-branch-protection-rule.sh ├── update-enterprise-owner-organizational-role.sh ├── update-issue-issue-type.sh └── verify-team-membership.sh ├── git ├── README.md ├── bfg-to-remove-large-files.sh ├── bfg-to-remove-secrets.sh ├── checkout-tag.sh ├── cherry-pick.md ├── create-tag.sh ├── delete-tag.sh ├── diffs-for-single-file.sh ├── extract-commit-authors-from-repo.sh ├── find-large-files.sh ├── force-push-tag.sh ├── get-full-sha-from-short-sha.sh ├── git-amend-commit-author-and-time.sh ├── git-amend-commit-to-include-new-changes.sh ├── git-amend-commit.sh ├── git-commit-analyzer.sh ├── git-commit-empty-commit.sh ├── git-count-committers-in-last-x-days.sh ├── git-merge-base.sh ├── git-reorder-last-2-commits.sh ├── git-repo-commit-analyzer.sh ├── git-show-branch.sh ├── git-show-files-changed-in-last-x-commits.sh ├── git-squash-last-x-commits.sh ├── git-when-merged.sh ├── interacting-with-git-log.sh ├── search-commit-messages.sh └── what-branches-contains-commit-hash.sh ├── graphql ├── README.md ├── create-organization.sh ├── delete-repository-branch-policy.sh ├── download-latest-version-from-github-packages.sh ├── download-specific-version-from-github-packages.sh ├── get-enterprise-id.sh ├── get-issue-id.sh ├── get-organization.sh ├── get-repository-branch-policies.sh ├── get-repository-id.sh ├── get-saml-identities-in-enterprise.sh ├── get-saml-identities-in-org.sh ├── how-to-do-pagination.md └── transfer-issue.sh ├── scripts ├── .gitignore ├── README.md ├── add-dependabot-file-to-repositories.js ├── ado-workitems-to-github-issues.ps1 ├── create-app-jwt.py ├── create-app-jwt.sh ├── delete-branch-protection-rules.ps1 ├── gei-clean-up-azure-storage-account.sh ├── get-app-tokens-for-each-installation.sh ├── get-list-of-resolved-secret-scanning-alerts.sh ├── get-new-outside-collaborators-added-to-repository.sh ├── github-app-manifest-flow │ ├── README.md │ ├── create-github-app-from-manifest.sh │ ├── generate-github-app-manifest-form.sh │ └── github-app-manifest-form-example.html ├── migrate-discussions │ ├── README.md │ ├── migrate-discussions.js │ ├── package-lock.json │ └── package.json ├── migrate-docker-containers-between-github-instances.sh ├── migrate-maven-packages-between-github-instances.sh ├── migrate-npm-packages-between-github-instances.sh ├── migrate-nuget-packages-between-github-instances.sh ├── multi-gitter-add-dependabot-file-to-repositories.sh ├── multi-gitter-replace-dependabot-file-in-repositories.sh ├── multi-gitter-scripts │ ├── add-dependabot-file.sh │ └── replace-dependabot-file.sh ├── recreate-security-in-repositories-and-teams │ ├── README.md │ ├── __map_users_using_csv.sh │ └── recreate-security-in-repositories-and-teams.sh ├── set-secret-scanning-alert-to-open-state.sh ├── update-codeowners-mappings.js └── update-repository-visibility-from-server-to-cloud.ps1 └── utils ├── README.md └── diff-files.sh /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.env.example -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/prompts/add-script-to-readme.prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.github/prompts/add-script-to-readme.prompt.md -------------------------------------------------------------------------------- /.github/scripts/lint-readme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.github/scripts/lint-readme.js -------------------------------------------------------------------------------- /.github/workflows/lint-readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.github/workflows/lint-readme.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/README.md -------------------------------------------------------------------------------- /api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/README.md -------------------------------------------------------------------------------- /api/checking-github-app-rate-limits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/checking-github-app-rate-limits.sh -------------------------------------------------------------------------------- /api/create-repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/create-repo.sh -------------------------------------------------------------------------------- /api/download-file-from-github-packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/download-file-from-github-packages.sh -------------------------------------------------------------------------------- /api/download-file-from-github-releases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/download-file-from-github-releases.sh -------------------------------------------------------------------------------- /api/download-file-from-private-repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/download-file-from-private-repo.sh -------------------------------------------------------------------------------- /api/download-workflow-artifacts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/download-workflow-artifacts.sh -------------------------------------------------------------------------------- /api/enable-actions-on-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/enable-actions-on-repository.sh -------------------------------------------------------------------------------- /api/generate-jwt-from-github-app-and-find-org-installation-ids.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/generate-jwt-from-github-app-and-find-org-installation-ids.sh -------------------------------------------------------------------------------- /api/get-repo-info-using-github-app-and-show-api-rate-limit-info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/api/get-repo-info-using-github-app-and-show-api-rate-limit-info.sh -------------------------------------------------------------------------------- /gh-cli/.gitignore: -------------------------------------------------------------------------------- 1 | *.yml 2 | -------------------------------------------------------------------------------- /gh-cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/README.md -------------------------------------------------------------------------------- /gh-cli/add-all-organization-members-to-a-team.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-all-organization-members-to-a-team.sh -------------------------------------------------------------------------------- /gh-cli/add-all-users-in-repository-to-project.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-all-users-in-repository-to-project.sh -------------------------------------------------------------------------------- /gh-cli/add-branch-protection-status-checks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-branch-protection-status-checks.sh -------------------------------------------------------------------------------- /gh-cli/add-codeowners-file-to-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-codeowners-file-to-repositories.sh -------------------------------------------------------------------------------- /gh-cli/add-collaborator-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-collaborator-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/add-enterprise-organization-member.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-enterprise-organization-member.sh -------------------------------------------------------------------------------- /gh-cli/add-gitignore-file-to-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-gitignore-file-to-repositories.sh -------------------------------------------------------------------------------- /gh-cli/add-ip-allow-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-ip-allow-list.sh -------------------------------------------------------------------------------- /gh-cli/add-sub-issue-to-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-sub-issue-to-issue.sh -------------------------------------------------------------------------------- /gh-cli/add-team-to-repositories-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-team-to-repositories-from-list.sh -------------------------------------------------------------------------------- /gh-cli/add-team-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-team-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/add-user-to-project.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-user-to-project.sh -------------------------------------------------------------------------------- /gh-cli/add-user-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-user-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/add-user-to-team.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-user-to-team.sh -------------------------------------------------------------------------------- /gh-cli/add-users-to-team-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-users-to-team-from-list.sh -------------------------------------------------------------------------------- /gh-cli/add-workflow-file-to-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/add-workflow-file-to-repositories.sh -------------------------------------------------------------------------------- /gh-cli/archive-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/archive-repositories.sh -------------------------------------------------------------------------------- /gh-cli/change-repository-visibility.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/change-repository-visibility.sh -------------------------------------------------------------------------------- /gh-cli/check-enterprise-owner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/check-enterprise-owner.sh -------------------------------------------------------------------------------- /gh-cli/check-enterprise-team-membership.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/check-enterprise-team-membership.sh -------------------------------------------------------------------------------- /gh-cli/check-organization-team-membership.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/check-organization-team-membership.sh -------------------------------------------------------------------------------- /gh-cli/check-repository-admin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/check-repository-admin.sh -------------------------------------------------------------------------------- /gh-cli/copy-organization-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-organization-members.sh -------------------------------------------------------------------------------- /gh-cli/copy-organization-team-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-organization-team-members.sh -------------------------------------------------------------------------------- /gh-cli/copy-organization-variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-organization-variables.sh -------------------------------------------------------------------------------- /gh-cli/copy-permissions-between-organization-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-permissions-between-organization-repositories.sh -------------------------------------------------------------------------------- /gh-cli/copy-repository-environments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-repository-environments.sh -------------------------------------------------------------------------------- /gh-cli/copy-repository-variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-repository-variables.sh -------------------------------------------------------------------------------- /gh-cli/copy-team-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/copy-team-members.sh -------------------------------------------------------------------------------- /gh-cli/create-enterprise-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-enterprise-organization.sh -------------------------------------------------------------------------------- /gh-cli/create-enterprise-organizations-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-enterprise-organizations-from-list.sh -------------------------------------------------------------------------------- /gh-cli/create-organization-webhook.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-organization-webhook.sh -------------------------------------------------------------------------------- /gh-cli/create-repository-from-template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-repository-from-template.sh -------------------------------------------------------------------------------- /gh-cli/create-runner-groups-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-runner-groups-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/create-teams-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/create-teams-from-list.sh -------------------------------------------------------------------------------- /gh-cli/delete-packages-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-packages-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/delete-release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-release.sh -------------------------------------------------------------------------------- /gh-cli/delete-repositories-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-repositories-from-list.sh -------------------------------------------------------------------------------- /gh-cli/delete-repository-webhooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-repository-webhooks.sh -------------------------------------------------------------------------------- /gh-cli/delete-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-repository.sh -------------------------------------------------------------------------------- /gh-cli/delete-teams-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-teams-from-list.sh -------------------------------------------------------------------------------- /gh-cli/delete-workflow-runs-for-workflow.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/delete-workflow-runs-for-workflow.sh -------------------------------------------------------------------------------- /gh-cli/disable-all-workflows-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/disable-all-workflows-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/download-migration-archive-for-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/download-migration-archive-for-repository.sh -------------------------------------------------------------------------------- /gh-cli/download-private-release-artifact.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/download-private-release-artifact.sh -------------------------------------------------------------------------------- /gh-cli/download-public-release-artifact.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/download-public-release-artifact.sh -------------------------------------------------------------------------------- /gh-cli/enable-actions-on-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/enable-actions-on-repository.sh -------------------------------------------------------------------------------- /gh-cli/enable-secret-scanning-on-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/enable-secret-scanning-on-repositories.sh -------------------------------------------------------------------------------- /gh-cli/find-attachments-in-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/find-attachments-in-repositories.sh -------------------------------------------------------------------------------- /gh-cli/find-expired-repository-invitations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/find-expired-repository-invitations.sh -------------------------------------------------------------------------------- /gh-cli/generate-release-notes-from-tags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/generate-release-notes-from-tags.sh -------------------------------------------------------------------------------- /gh-cli/generate-repositories-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/generate-repositories-list.sh -------------------------------------------------------------------------------- /gh-cli/generate-users-from-team.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/generate-users-from-team.sh -------------------------------------------------------------------------------- /gh-cli/get-actions-permissions-on-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-actions-permissions-on-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-actions-repository-variables-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-actions-repository-variables-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-actions-usage-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-actions-usage-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-actions-usage-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-actions-usage-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-all-users-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-all-users-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-app-tokens-for-each-installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-app-tokens-for-each-installation.sh -------------------------------------------------------------------------------- /gh-cli/get-apps-installed-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-apps-installed-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-branch-protection-rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-branch-protection-rule.sh -------------------------------------------------------------------------------- /gh-cli/get-branch-protection-status-checks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-branch-protection-status-checks.sh -------------------------------------------------------------------------------- /gh-cli/get-code-scanning-status-for-every-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-code-scanning-status-for-every-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-commits-since-date.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-commits-since-date.sh -------------------------------------------------------------------------------- /gh-cli/get-dependencies-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-dependencies-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-earliest-restricted-contribution-date.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-earliest-restricted-contribution-date.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-audit-log-for-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-audit-log-for-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-id.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-ip-allow-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-ip-allow-list.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-members.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-organizations-for-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-organizations-for-user.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-organizations-members-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-organizations-members-count.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-organizations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-organizations.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-owners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-owners.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-roles-in-organizations-all-roles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-roles-in-organizations-all-roles.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-roles-in-organizations-with-named-role.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-roles-in-organizations-with-named-role.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-self-hosted-runners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-self-hosted-runners.sh -------------------------------------------------------------------------------- /gh-cli/get-enterprise-settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-enterprise-settings.sh -------------------------------------------------------------------------------- /gh-cli/get-gei-migration-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-gei-migration-status.sh -------------------------------------------------------------------------------- /gh-cli/get-issue-type-of-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-issue-type-of-issue.sh -------------------------------------------------------------------------------- /gh-cli/get-label-usage-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-label-usage-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-migration-status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-migration-status.sh -------------------------------------------------------------------------------- /gh-cli/get-most-recent-migration-id-for-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-most-recent-migration-id-for-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-most-recent-migration-id-for-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-most-recent-migration-id-for-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-active-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-active-repositories.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-codeowner-errors-tsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-codeowner-errors-tsv.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-database-id-for-vnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-database-id-for-vnet.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-id.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-ip-allow-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-ip-allow-list.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-language-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-language-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-members-api.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-members-api.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-members.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-migrations-summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-migrations-summary.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-migrations-tsv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-migrations-tsv.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-migrations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-migrations.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-repositories-by-property.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-repositories-by-property.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-repository-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-repository-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-self-hosted-runners-all-runners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-self-hosted-runners-all-runners.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-self-hosted-runners-organization-runners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-self-hosted-runners-organization-runners.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-self-hosted-runners-repository-runners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-self-hosted-runners-repository-runners.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-team-members.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-team-members.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-team.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-team.sh -------------------------------------------------------------------------------- /gh-cli/get-organization-webhooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organization-webhooks.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-apps-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-apps-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-apps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-apps.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-custom-repository-roles-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-custom-repository-roles-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-discussions-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-discussions-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-for-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-for-user.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-projects-count-classic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-projects-count-classic.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-projects-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-projects-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-repositories-codeowner-usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-repositories-codeowner-usage.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-repositories-discussions-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-repositories-discussions-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-self-hosted-runners-organization-runners.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-self-hosted-runners-organization-runners.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-settings.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-settings.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-webhooks-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-webhooks-count.sh -------------------------------------------------------------------------------- /gh-cli/get-organizations-webhooks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-organizations-webhooks.sh -------------------------------------------------------------------------------- /gh-cli/get-outside-collaborators-added-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-outside-collaborators-added-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-package-download-url-for-latest-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-package-download-url-for-latest-version.sh -------------------------------------------------------------------------------- /gh-cli/get-package-download-url-for-specific-version-maven.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-package-download-url-for-specific-version-maven.sh -------------------------------------------------------------------------------- /gh-cli/get-package-download-url-for-specific-version-npm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-package-download-url-for-specific-version-npm.sh -------------------------------------------------------------------------------- /gh-cli/get-package-download-url-for-specific-version-nuget.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-package-download-url-for-specific-version-nuget.sh -------------------------------------------------------------------------------- /gh-cli/get-package-download-url-for-specific-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-package-download-url-for-specific-version.sh -------------------------------------------------------------------------------- /gh-cli/get-parent-issue-of-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-parent-issue-of-issue.sh -------------------------------------------------------------------------------- /gh-cli/get-project-board-items.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-project-board-items.sh -------------------------------------------------------------------------------- /gh-cli/get-projects-added-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-projects-added-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-projects-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-projects-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-pull-requests-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-pull-requests-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-pull-requests-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-pull-requests-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-releases.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-releases.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-autolinks-csv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-autolinks-csv.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-not-using-actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-not-using-actions.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-organization-secrets-count.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-organization-secrets-count.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-using-actions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-using-actions.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-using-circleci.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-using-circleci.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-using-codeql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-using-codeql.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-using-dependabot-version-updates.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-using-dependabot-version-updates.sh -------------------------------------------------------------------------------- /gh-cli/get-repositories-webhooks-csv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repositories-webhooks-csv.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-languages-for-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-languages-for-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-licenses-for-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-licenses-for-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-topics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-topics.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-users-by-permission-for-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-users-by-permission-for-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-users-by-permission.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-users-by-permission.sh -------------------------------------------------------------------------------- /gh-cli/get-repository-users-permission-and-source.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-repository-users-permission-and-source.sh -------------------------------------------------------------------------------- /gh-cli/get-repository.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | gh api --method GET /repos/joshjohanning-org/mermaid 4 | -------------------------------------------------------------------------------- /gh-cli/get-saml-identities-in-enterprise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-saml-identities-in-enterprise.sh -------------------------------------------------------------------------------- /gh-cli/get-saml-identities-in-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-saml-identities-in-organization.sh -------------------------------------------------------------------------------- /gh-cli/get-sbom-in-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sbom-in-repository.sh -------------------------------------------------------------------------------- /gh-cli/get-search-results.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-search-results.sh -------------------------------------------------------------------------------- /gh-cli/get-sso-credential-authorizations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sso-credential-authorizations.sh -------------------------------------------------------------------------------- /gh-cli/get-sso-enabled-pats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sso-enabled-pats.sh -------------------------------------------------------------------------------- /gh-cli/get-sso-enabled-ssh-keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sso-enabled-ssh-keys.sh -------------------------------------------------------------------------------- /gh-cli/get-sub-issues-of-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sub-issues-of-issue.sh -------------------------------------------------------------------------------- /gh-cli/get-sub-issues-summary-of-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-sub-issues-summary-of-issue.sh -------------------------------------------------------------------------------- /gh-cli/get-user-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-user-id.sh -------------------------------------------------------------------------------- /gh-cli/get-users-directly-added-to-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-users-directly-added-to-repositories.sh -------------------------------------------------------------------------------- /gh-cli/get-workflow-dispatch-inputs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/get-workflow-dispatch-inputs.sh -------------------------------------------------------------------------------- /gh-cli/github-app-manifest-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/github-app-manifest-form.html -------------------------------------------------------------------------------- /gh-cli/internal/__copy_team_and_children_if_not_exists_at_target.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/internal/__copy_team_and_children_if_not_exists_at_target.sh -------------------------------------------------------------------------------- /gh-cli/internal/__copy_team_and_parents_if_not_exists_at_target.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/internal/__copy_team_and_parents_if_not_exists_at_target.sh -------------------------------------------------------------------------------- /gh-cli/invite-user-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/invite-user-to-repository.sh -------------------------------------------------------------------------------- /gh-cli/invite-users-to-organization-from-list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/invite-users-to-organization-from-list.sh -------------------------------------------------------------------------------- /gh-cli/lock-repository-with-migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/lock-repository-with-migration.sh -------------------------------------------------------------------------------- /gh-cli/parent-organization-teams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/parent-organization-teams.sh -------------------------------------------------------------------------------- /gh-cli/remove-branch-protection-status-check-contexts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-branch-protection-status-check-contexts.sh -------------------------------------------------------------------------------- /gh-cli/remove-branch-protection-status-checks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-branch-protection-status-checks.sh -------------------------------------------------------------------------------- /gh-cli/remove-enterprise-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-enterprise-user.sh -------------------------------------------------------------------------------- /gh-cli/remove-issue-issue-type.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-issue-issue-type.sh -------------------------------------------------------------------------------- /gh-cli/remove-sub-issue-from-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-sub-issue-from-issue.sh -------------------------------------------------------------------------------- /gh-cli/remove-users-from-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/remove-users-from-organization.sh -------------------------------------------------------------------------------- /gh-cli/rename-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/rename-repository.sh -------------------------------------------------------------------------------- /gh-cli/revoke-sso-enabled-pat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/revoke-sso-enabled-pat.sh -------------------------------------------------------------------------------- /gh-cli/search-organization-for-code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/search-organization-for-code.sh -------------------------------------------------------------------------------- /gh-cli/search-repositories-by-custom-property.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/search-repositories-by-custom-property.sh -------------------------------------------------------------------------------- /gh-cli/set-branch-protection-status-checks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/set-branch-protection-status-checks.sh -------------------------------------------------------------------------------- /gh-cli/set-ip-allow-list-rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/set-ip-allow-list-rules.sh -------------------------------------------------------------------------------- /gh-cli/set-ip-allow-list-setting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/set-ip-allow-list-setting.sh -------------------------------------------------------------------------------- /gh-cli/set-organization-membership-for-user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/set-organization-membership-for-user.sh -------------------------------------------------------------------------------- /gh-cli/unlock-repository-migration-by-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/unlock-repository-migration-by-id.sh -------------------------------------------------------------------------------- /gh-cli/unlock-repository-migration.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/unlock-repository-migration.sh -------------------------------------------------------------------------------- /gh-cli/update-branch-protection-rule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/update-branch-protection-rule.sh -------------------------------------------------------------------------------- /gh-cli/update-enterprise-owner-organizational-role.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/update-enterprise-owner-organizational-role.sh -------------------------------------------------------------------------------- /gh-cli/update-issue-issue-type.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/update-issue-issue-type.sh -------------------------------------------------------------------------------- /gh-cli/verify-team-membership.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/gh-cli/verify-team-membership.sh -------------------------------------------------------------------------------- /git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/README.md -------------------------------------------------------------------------------- /git/bfg-to-remove-large-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/bfg-to-remove-large-files.sh -------------------------------------------------------------------------------- /git/bfg-to-remove-secrets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/bfg-to-remove-secrets.sh -------------------------------------------------------------------------------- /git/checkout-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/checkout-tag.sh -------------------------------------------------------------------------------- /git/cherry-pick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/cherry-pick.md -------------------------------------------------------------------------------- /git/create-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/create-tag.sh -------------------------------------------------------------------------------- /git/delete-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/delete-tag.sh -------------------------------------------------------------------------------- /git/diffs-for-single-file.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git log --follow -p ./folder/path/to/file.txt 4 | -------------------------------------------------------------------------------- /git/extract-commit-authors-from-repo.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git shortlog -e -s -- * 4 | -------------------------------------------------------------------------------- /git/find-large-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/find-large-files.sh -------------------------------------------------------------------------------- /git/force-push-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/force-push-tag.sh -------------------------------------------------------------------------------- /git/get-full-sha-from-short-sha.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git rev-parse 1debdc0a1e8b 4 | -------------------------------------------------------------------------------- /git/git-amend-commit-author-and-time.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-amend-commit-author-and-time.sh -------------------------------------------------------------------------------- /git/git-amend-commit-to-include-new-changes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-amend-commit-to-include-new-changes.sh -------------------------------------------------------------------------------- /git/git-amend-commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-amend-commit.sh -------------------------------------------------------------------------------- /git/git-commit-analyzer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-commit-analyzer.sh -------------------------------------------------------------------------------- /git/git-commit-empty-commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-commit-empty-commit.sh -------------------------------------------------------------------------------- /git/git-count-committers-in-last-x-days.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-count-committers-in-last-x-days.sh -------------------------------------------------------------------------------- /git/git-merge-base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-merge-base.sh -------------------------------------------------------------------------------- /git/git-reorder-last-2-commits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-reorder-last-2-commits.sh -------------------------------------------------------------------------------- /git/git-repo-commit-analyzer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-repo-commit-analyzer.sh -------------------------------------------------------------------------------- /git/git-show-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-show-branch.sh -------------------------------------------------------------------------------- /git/git-show-files-changed-in-last-x-commits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-show-files-changed-in-last-x-commits.sh -------------------------------------------------------------------------------- /git/git-squash-last-x-commits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-squash-last-x-commits.sh -------------------------------------------------------------------------------- /git/git-when-merged.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/git-when-merged.sh -------------------------------------------------------------------------------- /git/interacting-with-git-log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/interacting-with-git-log.sh -------------------------------------------------------------------------------- /git/search-commit-messages.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | git log --oneline --grep 4 | -------------------------------------------------------------------------------- /git/what-branches-contains-commit-hash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/git/what-branches-contains-commit-hash.sh -------------------------------------------------------------------------------- /graphql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/README.md -------------------------------------------------------------------------------- /graphql/create-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/create-organization.sh -------------------------------------------------------------------------------- /graphql/delete-repository-branch-policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/delete-repository-branch-policy.sh -------------------------------------------------------------------------------- /graphql/download-latest-version-from-github-packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/download-latest-version-from-github-packages.sh -------------------------------------------------------------------------------- /graphql/download-specific-version-from-github-packages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/download-specific-version-from-github-packages.sh -------------------------------------------------------------------------------- /graphql/get-enterprise-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-enterprise-id.sh -------------------------------------------------------------------------------- /graphql/get-issue-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-issue-id.sh -------------------------------------------------------------------------------- /graphql/get-organization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-organization.sh -------------------------------------------------------------------------------- /graphql/get-repository-branch-policies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-repository-branch-policies.sh -------------------------------------------------------------------------------- /graphql/get-repository-id.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-repository-id.sh -------------------------------------------------------------------------------- /graphql/get-saml-identities-in-enterprise.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-saml-identities-in-enterprise.sh -------------------------------------------------------------------------------- /graphql/get-saml-identities-in-org.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/get-saml-identities-in-org.sh -------------------------------------------------------------------------------- /graphql/how-to-do-pagination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/how-to-do-pagination.md -------------------------------------------------------------------------------- /graphql/transfer-issue.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/graphql/transfer-issue.sh -------------------------------------------------------------------------------- /scripts/.gitignore: -------------------------------------------------------------------------------- 1 | CODEOWNERS 2 | dependabot.yml 3 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/add-dependabot-file-to-repositories.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/add-dependabot-file-to-repositories.js -------------------------------------------------------------------------------- /scripts/ado-workitems-to-github-issues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/ado-workitems-to-github-issues.ps1 -------------------------------------------------------------------------------- /scripts/create-app-jwt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/create-app-jwt.py -------------------------------------------------------------------------------- /scripts/create-app-jwt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/create-app-jwt.sh -------------------------------------------------------------------------------- /scripts/delete-branch-protection-rules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/delete-branch-protection-rules.ps1 -------------------------------------------------------------------------------- /scripts/gei-clean-up-azure-storage-account.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/gei-clean-up-azure-storage-account.sh -------------------------------------------------------------------------------- /scripts/get-app-tokens-for-each-installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/get-app-tokens-for-each-installation.sh -------------------------------------------------------------------------------- /scripts/get-list-of-resolved-secret-scanning-alerts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/get-list-of-resolved-secret-scanning-alerts.sh -------------------------------------------------------------------------------- /scripts/get-new-outside-collaborators-added-to-repository.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/get-new-outside-collaborators-added-to-repository.sh -------------------------------------------------------------------------------- /scripts/github-app-manifest-flow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/github-app-manifest-flow/README.md -------------------------------------------------------------------------------- /scripts/github-app-manifest-flow/create-github-app-from-manifest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/github-app-manifest-flow/create-github-app-from-manifest.sh -------------------------------------------------------------------------------- /scripts/github-app-manifest-flow/generate-github-app-manifest-form.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/github-app-manifest-flow/generate-github-app-manifest-form.sh -------------------------------------------------------------------------------- /scripts/github-app-manifest-flow/github-app-manifest-form-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/github-app-manifest-flow/github-app-manifest-form-example.html -------------------------------------------------------------------------------- /scripts/migrate-discussions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-discussions/README.md -------------------------------------------------------------------------------- /scripts/migrate-discussions/migrate-discussions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-discussions/migrate-discussions.js -------------------------------------------------------------------------------- /scripts/migrate-discussions/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-discussions/package-lock.json -------------------------------------------------------------------------------- /scripts/migrate-discussions/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-discussions/package.json -------------------------------------------------------------------------------- /scripts/migrate-docker-containers-between-github-instances.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-docker-containers-between-github-instances.sh -------------------------------------------------------------------------------- /scripts/migrate-maven-packages-between-github-instances.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-maven-packages-between-github-instances.sh -------------------------------------------------------------------------------- /scripts/migrate-npm-packages-between-github-instances.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-npm-packages-between-github-instances.sh -------------------------------------------------------------------------------- /scripts/migrate-nuget-packages-between-github-instances.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/migrate-nuget-packages-between-github-instances.sh -------------------------------------------------------------------------------- /scripts/multi-gitter-add-dependabot-file-to-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/multi-gitter-add-dependabot-file-to-repositories.sh -------------------------------------------------------------------------------- /scripts/multi-gitter-replace-dependabot-file-in-repositories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/multi-gitter-replace-dependabot-file-in-repositories.sh -------------------------------------------------------------------------------- /scripts/multi-gitter-scripts/add-dependabot-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/multi-gitter-scripts/add-dependabot-file.sh -------------------------------------------------------------------------------- /scripts/multi-gitter-scripts/replace-dependabot-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/multi-gitter-scripts/replace-dependabot-file.sh -------------------------------------------------------------------------------- /scripts/recreate-security-in-repositories-and-teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/recreate-security-in-repositories-and-teams/README.md -------------------------------------------------------------------------------- /scripts/recreate-security-in-repositories-and-teams/__map_users_using_csv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/recreate-security-in-repositories-and-teams/__map_users_using_csv.sh -------------------------------------------------------------------------------- /scripts/recreate-security-in-repositories-and-teams/recreate-security-in-repositories-and-teams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/recreate-security-in-repositories-and-teams/recreate-security-in-repositories-and-teams.sh -------------------------------------------------------------------------------- /scripts/set-secret-scanning-alert-to-open-state.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/set-secret-scanning-alert-to-open-state.sh -------------------------------------------------------------------------------- /scripts/update-codeowners-mappings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/update-codeowners-mappings.js -------------------------------------------------------------------------------- /scripts/update-repository-visibility-from-server-to-cloud.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/scripts/update-repository-visibility-from-server-to-cloud.ps1 -------------------------------------------------------------------------------- /utils/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/utils/README.md -------------------------------------------------------------------------------- /utils/diff-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshjohanning/github-misc-scripts/HEAD/utils/diff-files.sh --------------------------------------------------------------------------------