...

Text file src/github.com/lestrrat-go/jwx/.github/workflows/assign-issue.yml

Documentation: github.com/lestrrat-go/jwx/.github/workflows

     1name: Assign Issue
     2on:
     3  issues:
     4    types: [opened]
     5
     6jobs:
     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

View as plain text