Skip to content

Commit

Permalink
Update auto_assignee.yml (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishwajit Nagulkar <[email protected]>
  • Loading branch information
anmolnagpal and VishwajitNagulkar authored Feb 26, 2025
1 parent 644e8e8 commit 8a68d08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto_assignee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
description: 'A list of assignees(GitHub user name) to be added to PR'
required: true
type: string
reviewers:
description: 'A list of reviewers(GitHub user name) to be added to PRs'
required: false
type: string
secrets:
GITHUB:
description: 'Your GitHub token for authentication.'
Expand All @@ -21,4 +25,6 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB }}
assignees: ${{ inputs.assignees }}
reviewers: ${{ inputs.reviewers }}
skipKeywords: wip, draft
...

0 comments on commit 8a68d08

Please sign in to comment.