We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f088a19 commit a837f5fCopy full SHA for a837f5f
.github/workflows/dependabot-assignments.yml
@@ -11,6 +11,6 @@ jobs:
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
- name: Assign team to PR
14
- run: gh pr edit "$PR_URL" --add-reviewer "code-reviewers"
+ run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
15
env:
16
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments