The Wayback Machine - https://web.archive.org/web/20230410185622/https://github.com/actions/labeler/commits/main
Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 30, 2023

  1. Merge pull request #531 from actions/dependabot/npm_and_yarn/eslint-8…

    ….37.0
    
    Bump eslint from 8.36.0 to 8.37.0
    panticmilos committed Mar 30, 2023
  2. Bump eslint from 8.36.0 to 8.37.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.37.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.36.0...v8.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 30, 2023
  3. Merge pull request #530 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/parser-5.57.0
    
    Bump @typescript-eslint/parser from 5.56.0 to 5.57.0
    panticmilos committed Mar 30, 2023
  4. Bump @typescript-eslint/parser from 5.56.0 to 5.57.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.56.0 to 5.57.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 30, 2023
  5. Merge pull request #529 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/eslint-plugin-5.57.0
    
    Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0
    panticmilos committed Mar 30, 2023
  6. Merge pull request #527 from actions/dependabot/npm_and_yarn/prettier…

    …-2.8.7
    
    Bump prettier from 2.8.6 to 2.8.7
    panticmilos committed Mar 30, 2023

Commits on Mar 28, 2023

  1. Bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.56.0 to 5.57.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 28, 2023

Commits on Mar 24, 2023

  1. Bump prettier from 2.8.6 to 2.8.7

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.6...2.8.7)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 24, 2023

Commits on Mar 23, 2023

  1. Merge pull request #525 from panticmilos/vmpantic/bump-minimatch

    Bump license version
    panticmilos committed Mar 23, 2023
  2. Bump license version

    panticmilos committed Mar 23, 2023
  3. Merge pull request #523 from actions/dependabot/npm_and_yarn/prettier…

    …-2.8.6
    
    Bump prettier from 2.8.4 to 2.8.6
    panticmilos committed Mar 23, 2023
  4. fix: correct reading of sync-labels input. (#480)

    * fix: correct reading of sync-labels input.
    
    Contrary to the assumptions made in the unit tests, core.getInput
    always returns a string, and !!'false' is true.
    
    Also updates the unit test to reduce changes of regressions by ensuring
    that the mocked getInput returns a string, as it would in production.
    
    Fixes #112
    
    Make sure test catches regressions.
    
    * Rebuild dist/index.js.
    adam-azarchs committed Mar 23, 2023
  5. Rebuild minimatch (#522)

    * Rebuild minimatch and adapt changed interface
    
    * Apply formatting
    
    * Update minimatch license
    panticmilos committed Mar 23, 2023

Commits on Mar 22, 2023

  1. Bump prettier from 2.8.4 to 2.8.6

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.6.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.4...2.8.6)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 22, 2023
  2. Merge pull request #521 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/eslint-plugin-5.56.0
    
    Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.56.0
    panticmilos committed Mar 22, 2023
  3. Merge pull request #520 from actions/dependabot/npm_and_yarn/eslint-c…

    …onfig-prettier-8.8.0
    
    Bump eslint-config-prettier from 8.6.0 to 8.8.0
    panticmilos committed Mar 22, 2023
  4. Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.56.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.0 to 5.56.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 22, 2023
  5. Bump eslint-config-prettier from 8.6.0 to 8.8.0

    Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.8.0.
    - [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.6.0...v8.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 22, 2023
  6. Merge pull request #519 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/parser-5.56.0
    
    Bump @typescript-eslint/parser from 5.54.0 to 5.56.0
    panticmilos committed Mar 22, 2023
  7. Merge pull request #514 from actions/dependabot/npm_and_yarn/eslint-8…

    ….36.0
    
    Bump eslint from 8.35.0 to 8.36.0
    panticmilos committed Mar 22, 2023

Commits on Mar 21, 2023

  1. Bump @typescript-eslint/parser from 5.54.0 to 5.56.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.0 to 5.56.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 21, 2023

Commits on Mar 14, 2023

  1. Update configuration files (#513)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] committed Mar 14, 2023

Commits on Mar 13, 2023

  1. Bump eslint from 8.35.0 to 8.36.0

    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 13, 2023

Commits on Mar 10, 2023

  1. Merge pull request #509 from akv-platform/reusable-workflow

    Turn on automatic update of ESLint and Prettier configuration files
    marko-zivic-93 committed Mar 10, 2023

Commits on Mar 9, 2023

  1. Add and configure ESLint and update configuration for Prettier (#508)

    * Add ESLint and update Prettier
    
    * Rebuild action
    
    * Update package.json
    IvanZosimov committed Mar 9, 2023

Commits on Mar 7, 2023

  1. feat: default repo-token to github.token (#227)

    * feat: default `repo-token` to `github.token`
    
    * Update README.md
    
    * Update labeler.ts
    
    * Update index.js
    
    * Update action.yml
    
    * Update dist/index.js
    
    * Update index.js
    
    * Update dist/index.js
    MichaelDeBoey committed Mar 7, 2023

Commits on Feb 8, 2023

  1. Merge pull request #498 from actions/dependabot/npm_and_yarn/prettier…

    …-2.8.4
    
    Bump prettier from 2.8.2 to 2.8.4
    panticmilos committed Feb 8, 2023
  2. Merge pull request #496 from actions/dependabot/npm_and_yarn/typescri…

    …pt-4.9.5
    
    Bump typescript from 4.9.4 to 4.9.5
    panticmilos committed Feb 8, 2023
  3. Merge pull request #493 from actions/dependabot/npm_and_yarn/vercel/n…

    …cc-0.36.1
    
    Bump @vercel/ncc from 0.36.0 to 0.36.1
    panticmilos committed Feb 8, 2023
  4. Bump prettier from 2.8.2 to 2.8.4

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.2 to 2.8.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.2...2.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 8, 2023

Commits on Jan 31, 2023

  1. Bump typescript from 4.9.4 to 4.9.5

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 31, 2023

Commits on Jan 26, 2023

  1. Bump @vercel/ncc from 0.36.0 to 0.36.1

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.0 to 0.36.1.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.36.0...0.36.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 26, 2023
Older