Bump @types/node from 18.16.3 to 20.11.30 #409
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |