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: actions/labeler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: actions/labeler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 6 commits
  • 38 files changed
  • 6 contributors

Commits on Sep 16, 2025

  1. Bump brace-expansion from 1.1.11 to 1.1.12 and document breaking chan…

    …ges in v6 (#877)
    
    * Bump brace-expansion from 1.1.11 to 1.1.12
    
    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * documentation update and check failure fix
    
    * doc update
    
    * doc updates
    
    ---------
    
    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 Sep 16, 2025
    Configuration menu
    Copy the full SHA
    395c8cf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Improve Labeler Action Documentation and Error Handling for Permissio…

    …ns (#897)
    
    * Update README.md and labeler.ts to clarify permissions for GitHub Labeler Action
    
    * Update dist/index.js with latest build changes
    
    * Update README.md to clarify manual label creation as an alternative to granting issues write permission
    
    * Fix labeler error handling to ensure case-insensitive check for unauthorized access
    
    * Refactor error handling in labeler to throw an error for unauthorized access instead of logging
    
    * Add tests for labeler error handling and improve error reporting
    chiranjib-swain authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    25abb3c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Fix: Preserve manually added labels during workflow run and refine la…

    …bel sync logic (#917)
    
    * Refactor labeler function to improve label management and deduplication logic
    
    * Refactor labeler function to improve label handling and ensure manual labels are prioritized
    chiranjib-swain authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    77a4082 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Bump minimatch from 10.0.1 to 10.2.3 (#926)

    * Bump minimatch from 10.0.1 to 10.2.1
    
    Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.1 to 10.2.1.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v10.0.1...v10.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-version: 10.2.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update license configurations and add new dependencies for Octokit packages
    
    ---------
    
    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 Mar 11, 2026
    Configuration menu
    Copy the full SHA
    e52e4fb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Add 'changed-files-labels-limit' and 'max-files-changed' configs to a…

    …llow capping number of labels added (#923)
    
    * README.md: drop trailing whitespace
    
    * Add 'changed-files-labels-limit' config to allow capping number of labels added
    
    When a repository has many components, each with a changed-files label,
    a large refactor ends up with the labeler spamming the pull request
    with label changes. The end result is not very useful as it's not
    very readable, and due to how github automatically hides comments
    when label changes overflow the discussion tab, it means useful
    information is hidden and one has to manually click "Load more..."
    dozens of time every time the page is loaded.
    
    Add a changed-files-labels-limit top level config knob. If more than the
    configured limit of labels is set to be added, none are added.
    This only affects changed-files labels.
    
    * Add 'max-files-changed' config to allow capping number of files for labelling
    
    When a PR modifies a very large number of files (e.g., tree-wide
    refactors, automated code formatting), this new options allows
    skipping file-based labeling entirely when the number of files
    that are changed hits the configured limit.
    
    Fixes #486
    bluca authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    c5dadc2 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2026

  1. chore: upgrade dependencies (@actions/core, @actions/github, js-yaml,…

    … minimatch, @typescript-eslint) (#934)
    
    * chore: upgrade dependencies and update license cache
    
    Agent-Logs-Url: https://github.com/actions/labeler/sessions/b9db86f9-e9cd-4c8a-a1a1-84e33ef84437
    
    Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com>
    
    * fix: remove unused error variable in catch block to fix lint
    
    Agent-Logs-Url: https://github.com/actions/labeler/sessions/7a6c6978-c912-4278-be03-f22f98e28f71
    
    Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com>
    
    * build: update dist/index.js with latest source changes
    
    Agent-Logs-Url: https://github.com/actions/labeler/sessions/a5e02d2e-473f-4106-9227-2b5b25b15b81
    
    Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com>
    
    * chore: bump version to 6.1.0, update lockfile, and rebuild dist/index.js
    
    Agent-Logs-Url: https://github.com/actions/labeler/sessions/08c6ea0c-fa19-47d8-a4fd-bbdaf444071f
    
    Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com>
    Copilot and chiranjib-swain authored May 6, 2026
    Configuration menu
    Copy the full SHA
    f27b608 View commit details
    Browse the repository at this point in the history
Loading