Skip to content

Commit

Permalink
Merge pull request #650 from cmu-delphi/ds/dependabot
Browse files Browse the repository at this point in the history
bug(ci): fix dependabot reviewer assignment
  • Loading branch information
dshemetov committed Jul 17, 2023
2 parents 0b67c42 + e64c3e5 commit a3aac0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-assignments.yml
Expand Up @@ -7,11 +7,11 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Assign team to PR
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{github.event.pull_request.html_url}}

0 comments on commit a3aac0a

Please sign in to comment.