Skip to content

[Snyk] Upgrade @types/node from 16.18.113 to 22.5.5 #10

[Snyk] Upgrade @types/node from 16.18.113 to 22.5.5

[Snyk] Upgrade @types/node from 16.18.113 to 22.5.5 #10

name: 'Automate assigning team for review.'
on:
pull_request:
types: [opened, ready_for_review]
jobs:
add-reviews:
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Check config and assign reviews
uses: acq688/[email protected]
with:
config: '.github/automate-team-review-assignment-config.yml'
GITHUB_TOKEN: ${{ secrets.PR_ASSIGN_TOKEN }}