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: actions/create-github-app-token
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.7
Choose a base ref
...
head repository: actions/create-github-app-token
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 3 commits
  • 23 files changed
  • 4 contributors

Commits on Mar 20, 2025

  1. Remove individuals form CODEOWNERS (#215)

    Since we have the `@actions/create-github-app-token-maintainers`, we
    don't need explicit references to individuals on that team.
    joshmgross authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    f577941 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. feat: permissions (#168)

    - Load `app-permissions` from schema exported by `@octokit/openapi`
    - Update documentation in README.md
    - Implement the `permissions_*` inputs in the action code
    
    ---------
    
    Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com>
    gr2m and parkerbxyz authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    0e0aa99 View commit details
    Browse the repository at this point in the history
  2. build(release): 1.12.0 [skip ci]

    # [1.12.0](v1.11.7...v1.12.0) (2025-03-27)
    
    ### Features
    
    * permissions ([#168](#168)) ([0e0aa99](0e0aa99))
    semantic-release-bot committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    d72941d View commit details
    Browse the repository at this point in the history
Loading