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 authored Sep 27, 2023
1 parent 3ef1efe commit 7069b5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/add-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
reviewers:
required: false
default: zaphiro-technologies/backend-devs
default: '@zaphiro-technologies/backend-devs'
type: string
jobs:
add-to-project:
Expand All @@ -45,7 +45,8 @@ jobs:
name: Add Pull Request Reviewer
runs-on: ubuntu-latest
steps:
- uses: AveryCameronUofR/[email protected]
with:
reviewers: ${{ inputs.reviewers }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Add reviewers
uses: rhs/[email protected]
with:
reviewers: ${{ inputs.reviewers }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7069b5b

Please sign in to comment.