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: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.1
Choose a base ref
...
head repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 23, 2022

  1. Document that draft status changes are not reflected (#1064)

    The github pull request update API does not accept changing
    draft status - the only way to do it appears to be through
    the web UI.
    willthames authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    357cebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bb765 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. feat: update action runtime to node 16 (#1074)

    * fix: prefer getMultilineInput and getBooleanInput from actions/core
    
    * build: update distribution
    
    * feat: update action runtime to node 16
    
    * ci: update setup-node and cache npm dependencies
    
    * revert: getMultilineInput to getInputAsArray
    
    * build: update distribution
    sibiraj-s authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    89265e8 View commit details
    Browse the repository at this point in the history
Loading