Skip to content

Commit a837f5f

Browse files
committed
bug(ci): use <org>/<team-slug> when assigning
1 parent f088a19 commit a837f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-assignments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
if: ${{ github.actor == 'dependabot[bot]' }}
1212
steps:
1313
- name: Assign team to PR
14-
run: gh pr edit "$PR_URL" --add-reviewer "code-reviewers"
14+
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
1515
env:
1616
PR_URL: ${{github.event.pull_request.html_url}}

0 commit comments

Comments
 (0)