Skip to content
Snippets Groups Projects
Verified Commit 84529bbb authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: auto-assign issue on GitHub

parent 98f183ce
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment