github.com/lestrrat-go/jwx/v2@v2.0.21/.github/workflows/assign-issue.yml (about)

     1  name: Assign Issue
     2  on:
     3    issues:
     4      types: [opened]
     5  
     6  jobs:
     7    auto-assign:
     8      runs-on: ubuntu-latest
     9      steps:
    10        - name: 'Auto-assign issue'
    11          uses: pozil/auto-assign-issue@v1
    12          with:
    13            assignees: lestrrat