Files
actions-cache/.github/workflows/auto-assign-issues.yml
Vipul 5cc84c0123
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Add kotewar and remove phantsure from auto-assignees lists
2022-06-26 05:26:49 +00:00

16 lines
366 B
YAML

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.4.0
with:
assignees: kotewar,tiwarishub,aparna-ravindra,vsvipul,bishal-pdmsft
numOfAssignee: 1