Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
nordicjm committed Sep 20, 2024
1 parent 9d0abd4 commit a246a42
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
runs-on: ubuntu-latest
permissions:
issues: write
# steps:
# - uses: actions/checkout@v1
# - uses: ohnogumi/auto-reviewers@v0.0.5
# with:
# token: ${{ secrets.USER_TOKEN }}
# config: CODEOWNERS
steps:
- uses: actions/checkout@v1
- uses: ohnogumi/auto-reviewers@v0.0.5
with:
token: ${{ secrets.USER_TOKEN }}
config: CODEOWNERS
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v2
with:
repo-token: ${{ secrets.USER_TOKEN }}
assignees: nordicjm

0 comments on commit a246a42

Please sign in to comment.