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: dessant/lock-threads
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: dessant/lock-threads
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
  • 9 commits
  • 13 files changed
  • 1 contributor

Commits on Nov 12, 2023

  1. fix: update dependencies

    BREAKING CHANGE: the action now requires Node.js 20
    dessant committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    5a25b54 View commit details
    Browse the repository at this point in the history
  2. chore: migrate package to ESM

    dessant committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    53f3f0c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: lock discussions

    BREAKING CHANGE: Discussions are also processed by default,
    set the `process-only` input parameter to preserve the old behavior
    
    ```yaml
        steps:
          - uses: dessant/lock-threads@v5
            with:
              process-only: 'issues, prs'
    ```
    
    Closes #25.
    dessant committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0a0976f View commit details
    Browse the repository at this point in the history
  2. chore: update workflow

    dessant committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c1eab4b View commit details
    Browse the repository at this point in the history
  3. chore: update package

    dessant committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d8da6c1 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.0.0

    dessant committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d42e5f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    0a63678 View commit details
    Browse the repository at this point in the history
  2. chore: update package

    dessant committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    adf4aa5 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.1

    dessant committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1bf7ec2 View commit details
    Browse the repository at this point in the history
Loading