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: 27ab487
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: bc256c2
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 24, 2023

  1. ci(test): run on pull request and add concurrency configuration (#17)

    - Run test on pull requests to the main branch instead of on every push
    - Cancel in-progress workflows if a PR is updated (i.e., a new commit is
    pushed) and the same workflows are triggered to run again
    - Rename step ID from `demo` to `test`
    
    ---------
    
    Co-authored-by: Gregor Martynus <[email protected]>
    parkerbxyz and gr2m authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4fd0ce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. build(dependabot): group dependency updates by type and configure com…

    …mit prefixes (#27)
    
    - Group production and development dependency updates
    - Configure dependency update commit prefixes to release on production
    dependency updates
    
      Dependabot commit messages before:
    
      - `build(deps): bump semver from 7.5.1 to 7.5.4`
      - `build(deps-dev): bump dotenv from 16.0.3 to 16.3.1`
    
      Dependabot commit messages after:
    
      - `fix(deps): bump semver from 7.5.1 to 7.5.4`
    - `build(deps-dev): bump dotenv from 16.0.3 to 16.3.1` (no change to dev
    dependencies)
    parkerbxyz authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    04f8ace View commit details
    Browse the repository at this point in the history
  2. fix: mask the installation token in logs (#28)

    The runner will automatically mask GitHub token formats it recognizes,
    but sometimes a new pattern rolls out before the runner is updated to
    recognize it.
    parkerbxyz authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bc256c2 View commit details
    Browse the repository at this point in the history
Loading