kentaro-m / auto-assign

🤖 A Probot app that adds reviewers to pull requests when pull requests are opened.
https://probot.github.io/apps/auto-assign/
ISC License
249 stars 55 forks source link

Cannot find the actions on github CI #116

Closed duong-se closed 4 years ago

duong-se commented 4 years ago

Describe the bug I have already config as the doc but still not find actions when run CI

addReviewers: true
addAssignees: author
numberOfReviewers: 0
numberOfAssignees: 1
useReviewGroups: true
reviewGroups:
  groupA:
    - tanphamhaiduong
useAssigneeGroups: false
...
env:
  GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
  CI: true
...
add-reviews:
    runs-on: ubuntu-latest
    steps:
      - uses: kentaro-m/auto-assign-action@v1.0.1
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"

Expected behavior It can find actions

Screenshots If applicable, add screenshots to help explain your problem. image

duong-se commented 4 years ago

Closed the issue because need to install bot to repo