Skip to content

After adding post it need to come in top #17

After adding post it need to come in top

After adding post it need to come in top #17

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: ${{ secrets.DEFAULT_ISSUE_ASSIGNEE }}
numOfAssignee: 1
allowSelfAssign: false