Skip to content

Commit

Permalink
restore defaults :)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Oct 3, 2023
1 parent c3753cf commit f2e4e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.REPO_PAT }}
OWNER: ${{ github.repository_owner }}
REPO: ${{ github.event.repository.name }}
TEAMS: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs,ops' }}
TEAMS: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs' }}
- if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }}
uses: rowi1de/[email protected]
with:
repo-token: ${{ secrets.REPO_PAT }}
teams: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs,ops' }} # only works for GitHub Organisation/Teams
teams: ${{ inputs.reviewers-team != '' && inputs.reviewers-team || 'backend-devs' }} # 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 f2e4e4b

Please sign in to comment.