Skip to content

Bugs with specific games #3

Bugs with specific games

Bugs with specific games #3

Workflow file for this run

name: Issue Assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
name: Auto Assign
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v1
with:
assignees: joamag
numOfAssignee: 1
allowSelfAssign: true