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: shivammathur/setup-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.35.2
Choose a base ref
...
head repository: shivammathur/setup-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.35.3
Choose a head ref
  • 6 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 30, 2025

  1. Configuration menu
    Copy the full SHA
    dcec1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2025

  1. Check github-token on enterprise

    On GitHub enterprise we may get a Personal Access token or a default token generated by GitHub that maybe not have the permissions required to access public GitHub, so we check and add it only if it can authenticate with the public GitHub API
    shivammathur committed Aug 2, 2025
    Configuration menu
    Copy the full SHA
    89b2566 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. GH Actions: don't run cron jobs on forks

    While workflows are disabled by default in forks, it is quite common for contributors to enable them to verify CI will pass before submitting a pull request.
    
    When enabling workflow runs in forks, it's "all or nothing".
    This means that:
    * All workflows which are only intended to be run on the canonical repo will also be enabled.
        These workflows will also often need access to repo-specific secrets and will typically fail when run from a fork.
    * Workflows which contain cron jobs will also be enabled.
        Depending on the type of account the contributor has, this can burn through their "CI minutes".
    
    This commit is based on a review of workflows containing cron jobs and disables running the jobs when a cron job is triggered in a fork.
    jrfnl committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c9735bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #982 from jrfnl/feature/ghactions-dont-run-cronjob…

    …s-on-forks
    
    GH Actions: don't run cron jobs on forks
    shivammathur authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    0ac4874 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Configuration menu
    Copy the full SHA
    68634e7 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.35.3

    Bump Node.js dependencies
    shivammathur committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    2052987 View commit details
    Browse the repository at this point in the history
Loading