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 304a7cf + c5fb652 commit bbc9595Copy full SHA for bbc9595
.github/workflows/dependabot-assignments.yml
@@ -6,11 +6,10 @@ permissions: write-all
6
jobs:
7
dependabot:
8
runs-on: ubuntu-latest
9
- env:
10
- GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
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"
15
env:
16
- PR_URL: ${{github.event.pull_request.html_url}}
+ PR_URL: ${{github.event.pull_request.html_url}}
+ GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
0 commit comments