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.
2 parents f088a19 + a837f5f commit b1ad866Copy full SHA for b1ad866
.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