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: alstr/todo-to-issue-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.3
Choose a base ref
...
head repository: alstr/todo-to-issue-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 15, 2024

  1. fix: handle issue title line with trailing whitespace

    Fix a regression that was accidentally introduced
    with v5.1.2 which could cause an issue URL to not
    be successfully added to the source file when
    dealing with a CRLF (Windows-style line endings)
    file on Linux.
    
    Partially addresses GitHub issue #245
    rgalonso committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c10ca45 View commit details
    Browse the repository at this point in the history
  2. fix: handle CRLF and mixed line-ending files

    Regardless of the OS on which the app is running,
    respect the original line endings of the file
    when writing back the issue URL. In the case of
    a mixed line-ending file (e.g. both Windows-style
    CRLF and Unix-style LF), the issue URL comment
    line will use the line ending style of the TODO
    comment line above it.
    
    Partially addresses GitHub issue #245
    rgalonso committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ad4d65c View commit details
    Browse the repository at this point in the history
  3. fix: handle presence of tab characters on TODO line

    Ensure alignment of issue URL line is correct even
    when the TODO line had any number of tab
    characters prior to the issue title
    
    Addresses remaining sub-issues of and
    closes GitHub issue #245
    rgalonso committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6f69995 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #246 from rgalonso/fix/handle-different-line-endings

    fix: handle different line endings
    alstr authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6cf1955 View commit details
    Browse the repository at this point in the history
Loading