Skip to content

Bump gustavofreze/auto-assign from 2.0.0 to 2.1.0 #1

Bump gustavofreze/auto-assign from 2.0.0 to 2.1.0

Bump gustavofreze/auto-assign from 2.0.0 to 2.1.0 #1

Workflow file for this run

name: Auto assign issues and pull requests
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: Assign issues and pull requests
uses: gustavofreze/auto-assign@2.1.0
with:
assignees: 'copilot-swe-agent'
github_token: '${{ secrets.GITHUB_TOKEN }}'
allow_self_assign: 'true'
allow_no_assignees: 'true'
assignment_options: 'ISSUE,PULL_REQUEST'