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: swiftlang/github-workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.8
Choose a base ref
...
head repository: swiftlang/github-workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Mar 26, 2026

  1. When splitting lines for the cross-PR checkout also split on \r\n (#249)

    It seems like GitHub sometime in the last year started representing newlines in the PR description using \r\n instead of \n. Respect those as well to split the description into lines and find the linked PR indicator.
    ahoppen authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    5867741 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Fix template injection (#247)

    * fix template injection
    
    * yaml cleanup
    justice-adams-apple authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    8e529b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Configuration menu
    Copy the full SHA
    47c9717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f84da04 View commit details
    Browse the repository at this point in the history
Loading