Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: actions/stale
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9
Choose a base ref
Loading
...
head repository: actions/stale
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10
Choose a head ref
Loading
  • 11 commits
  • 60 files changed
  • 13 contributors

Commits on Jan 22, 2025

  1. build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (

    #1186)
    
    Bumps [actions/publish-immutable-action](https://github.com/actions/publish-immutable-action) from 0.0.3 to 0.0.4.
    - [Release notes](https://github.com/actions/publish-immutable-action/releases)
    - [Commits](actions/publish-immutable-action@0.0.3...v0.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/publish-immutable-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    ee7ef89 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Updates to CHANGELOG.MD for recent releases (#1224)

    * changes to CHANGELOG.MD
    
    * Updated the changes
    
    Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
    suyashgaonkar and TheGiraffe3 authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d4df79c View commit details
    Browse the repository at this point in the history
  2. build(deps): bump undici from 5.28.4 to 5.28.5 (#1201)

    * build(deps): bump undici from 5.28.4 to 5.28.5
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.4...v5.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    dependabot[bot] and aparnajyothi-y authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    a65e88a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba23c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

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

Commits on May 8, 2025

  1. Update README.md (#1248)

    GhadimiR authored May 8, 2025
    Configuration menu
    Copy the full SHA
    f78de97 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Introducing sort-by option (#1254)

    * sort-issues-by introduced
    
    * action.yml updated
    
    * pushing the build code
    
    * Update action.yml
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update README.md for the new parameter (sort-issues-by)
    
    * minor text format changes in README.md
    
    * final draft of sort-issues-by
    
    * Update src/interfaces/issues-processor-options.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update src/classes/issues-processor.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * refactored the code
    
    * test
    
    * test
    
    * final changes
    
    * update in README.md
    
    * Documentation update
    
    * updated sort-issues-by to sort-by
    
    * minor changes
    
    * dist fixes
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    suyashgaonkar and Copilot authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    128b2c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)

    * build(deps): bump undici from 5.28.5 to 5.29.0
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.5...v5.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 5.29.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * check failure fix
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: chiranjib-swain <chiranjib-swain@github.com>
    dependabot[bot] and chiranjib-swain authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    a92fd57 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Bumps form-data (#1277)

    Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
    gowridurgad and “gowridurgad” authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    8f717f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Upgrade to node 24 (#1279)

    * Upgrade to node 24
    
    * package updates and compiled
    
    * audit fix
    
    * update package
    
    * package.json version update
    
    * documentation update to the latest release version
    
    ---------
    
    Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
    salmanmkc and aparnajyothi-y authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    3a9db7e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Add only-issue-types option to filter issues by type (#1255)

    * Add `only-issue-types` Option to Filter Issues by Type
    
    * white-space fix in readme table
    
    Co-authored-by: andig <cpuidle@gmail.com>
    
    ---------
    
    Co-authored-by: andig <cpuidle@gmail.com>
    Bibo-Joshi and andig authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    5f858e3 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.