Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PSModule/GitHub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e66d934
Choose a base ref
...
head repository: PSModule/GitHub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bde93c
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Sep 21, 2025

  1. 🚀 [Breaking pre-release]: Remove AppID from GitHubApp (#523)

    ## Description
    
    This pull request removes the `AppID` property from the `GitHubApp`
    class and eliminates its usage throughout the codebase. The changes help
    simplify the class structure and ensure consistency in object
    construction.
    
    Class structure simplification:
    
    * Removed the `AppID` property from the `GitHubApp` class definition in
    `src/classes/public/App/GitHubApp.ps1`.
    * Removed assignment of `AppID` in the `GitHubApp` constructor in
    `src/classes/public/App/GitHubApp.ps1`.
    
    Object construction consistency:
    
    * Removed the `app_id` property when creating `GitHubApp` objects in
    both constructors of the `GitHubAppInstallation` class in
    `src/classes/public/App/GitHubAppInstallation.ps1`.
    [[1]](diffhunk://#diff-c1442a9fa3e51d2f0bf378039e97400122a24423d72d534112ca6f7c06a5ffaeL54)
    [[2]](diffhunk://#diff-c1442a9fa3e51d2f0bf378039e97400122a24423d72d534112ca6f7c06a5ffaeL94)
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [ ] 🪲 [Fix]
    - [ ] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [x] 🚀 [Feature]
    - [ ] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    5bde93c View commit details
    Browse the repository at this point in the history
Loading