Skip to content

Bump eslint-plugin-github from 4.10.2 to 5.0.1 #435

Bump eslint-plugin-github from 4.10.2 to 5.0.1

Bump eslint-plugin-github from 4.10.2 to 5.0.1 #435

name: "Assign Assignees"
on:
pull_request_target:
types: [ opened, ready_for_review, reopened]
jobs:
assign-assignees:
runs-on: ubuntu-latest
steps:
- uses: dc-ag/auto-assign-assignees-from-team@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
read-token: ${{ secrets.AUTO_ASSIGN_ASSIGNEES_TOKEN }}
team: ${{ secrets.PR_ASSIGNEE_TEAM_NAME }} # the team name
amount: 1 # amount of assignees to assign from the given team, 0 to assign all. If the amount exceeds the member count of the team all members will be added