Skip to content

Commit

Permalink
Update add-to-project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Oct 3, 2023
1 parent 776e5d5 commit c3753cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: rowi1de/[email protected]
with:
repo-token: ${{ secrets.REPO_PAT }}
teams: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs' }} # only works for GitHub Organisation/Teams
teams: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs,ops' }} # only works for GitHub Organisation/Teams
persons: ${{ inputs.reviewers-individuals }} # add individual persons here
include-draft: false # Draft PRs will be skipped (default: false)
skip-with-manual-reviewers: 1 # Skip this action, if the number of reviwers was already assigned (default: 0)

0 comments on commit c3753cf

Please sign in to comment.