Skip to content

Conversation

@joshjohanning
Copy link
Owner

@joshjohanning joshjohanning commented Oct 21, 2025

  • Create Python script to generate JWT for GitHub App authentication.
  • Add Bash script to create GitHub App from manifest code.
  • Implement README for GitHub App Manifest scripts with detailed usage instructions.
  • Introduce slim version of the create GitHub App from manifest script.
  • Generate HTML form for GitHub App Manifest flow with local server instructions.
  • Add example HTML form demonstrating the GitHub App Manifest process.
image

- Create Python script to generate JWT for GitHub App authentication.
- Add Bash script to create GitHub App from manifest code.
- Implement README for GitHub App Manifest scripts with detailed usage instructions.
- Introduce slim version of the create GitHub App from manifest script.
- Generate HTML form for GitHub App Manifest flow with local server instructions.
- Add example HTML form demonstrating the GitHub App Manifest process.
- Create main HTML form for GitHub App Manifest with automatic code handling.
Copilot AI review requested due to automatic review settings October 21, 2025 15:23
@github-actions
Copy link

github-actions bot commented Oct 21, 2025

📋 Lint Results

⚡ ./gh-cli scripts

✅ No issues found.

🔧 ./scripts scripts

✅ No issues found.

Lint results updated at Tue Oct 21 15:43:33 UTC 2025

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces scripts and tooling for the GitHub App Manifest flow, enabling programmatic creation of GitHub Apps. The manifest flow streamlines app creation by posting JSON configuration to GitHub and automatically receiving credentials including private keys.

Key changes:

  • Added scripts to generate HTML forms and convert manifest codes to app credentials
  • Created Python and Bash scripts for JWT generation to authenticate GitHub Apps
  • Introduced comprehensive documentation with workflow examples and troubleshooting guidance

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
scripts/github-app-manifest-scripts/github-app-manifest-form.html Static HTML form for organization-specific GitHub App creation via manifest flow
scripts/github-app-manifest-scripts/github-app-manifest-form-example.html Example HTML form demonstrating the manifest flow implementation
scripts/github-app-manifest-scripts/generate-github-app-manifest-form.sh Script that generates customized HTML forms for personal or organization accounts
scripts/github-app-manifest-scripts/create-github-app-from-manifest.sh Converts manifest codes to app credentials with comprehensive error handling
scripts/github-app-manifest-scripts/create-github-app-from-manifest-slim.sh Simplified version of the manifest conversion script
scripts/github-app-manifest-scripts/README.md Complete documentation for the manifest flow scripts and workflow
scripts/create-app-jwt.sh Bash script for generating JWTs for GitHub App authentication
scripts/README.md Updated main scripts README with new entries for JWT and manifest scripts
gh-cli/github-app-manifest-form.html Duplicate HTML form in gh-cli directory
Comments suppressed due to low confidence (1)

joshjohanning and others added 2 commits October 21, 2025 10:25
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@joshjohanning joshjohanning requested a review from Copilot October 21, 2025 15:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.

@joshjohanning joshjohanning merged commit 4989a0f into main Oct 21, 2025
7 checks passed
@joshjohanning joshjohanning deleted the app-manifest-flow branch October 21, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants