Skip to content

refactor: update the list of users ID when adding a new members fails with 403 #1655

refactor: update the list of users ID when adding a new members fails with 403

refactor: update the list of users ID when adding a new members fails with 403 #1655

name: Auto assign author to PR
on:
pull_request:
types: [ opened ]
jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: samspills/assign-pr-to-author@v1.0.1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'