Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 #332

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 5.62.0 #332

Workflow file for this run

name: PR Automation
on:
pull_request_target:
types: [ready_for_review, opened, reopened]
permissions:
contents: none
issues: write
pull-requests: write
jobs:
add-reviewers:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.type != 'Bot' }}
steps:
- name: Request reviewers
env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
PRNUM: ${{ github.event.pull_request.number }}
PRAUTHOR: ${{ github.event.pull_request.user.login }}
run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/AST-Plugins