auto-assign-review-teams icon indicating copy to clipboard operation
auto-assign-review-teams copied to clipboard

GitHub Action to Assign Review Teams

Results 26 auto-assign-review-teams issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.5.0. Release notes Sourced from eslint-plugin-jest's releases. v28.5.0 28.5.0 (2024-05-03) Features allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10) v28.4.0 28.4.0 (2024-05-03) Features valid-expect:...

dependencies

The introduction of the [VSCode GitHub Actions extension](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions) allows us to perform direct validation of workflows. Utilizing this action with only `persons` as an input parameter will result in the...

I've set up the following workflow: ``` name: "Assign Review Candidates" on: pull_request: types: [labeled] jobs: assign-reviewers: runs-on: ubuntu-latest steps: - name: "Assign NodeJS Review Candidate Team" if: github.event.label.name ==...

Taking over https://github.com/rowi1de/auto-assign-review-teams/pull/24

Using v1.0.0 of this action, the action runs on PRs which are created as Draft, and which have never been moved to the Open/ready-for-review state. I have set `include-draft: false`...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.2.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.2.0 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword (#9718) typescript-estree: special-case error...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.8.0. Release notes Sourced from eslint-plugin-jest's releases. v28.8.0 28.8.0 (2024-08-07) Features import formatting rules from eslint-plugin-jest-formatting (#1563) (74078ee) v28.7.0 28.7.0 (2024-08-03) Features allow [@typescript-eslint](https://github.com/typescript-eslint) v8...

dependencies

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 8.8.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.8.1 8.8.1 (2024-10-07) 🩹 Fixes eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.8.3. Release notes Sourced from eslint-plugin-jest's releases. v28.8.3 28.8.3 (2024-09-04) Bug Fixes prefer-importing-jest-globals: don't add imports in the middle of statements (#1645) (9c4197c) v28.8.2 28.8.2...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.27.0. Release notes Sourced from eslint's releases. v9.27.0 Features d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas) ba456e0...

dependencies
javascript