Add issue assigning action

This commit is contained in:
Ajay Ramachandran 2021-07-05 20:50:22 -04:00 committed by GitHub
parent 35cfb01973
commit f67a805c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/take-action.yml vendored Normal file
View file

@ -0,0 +1,14 @@
# .github/workflows/take.yml
name: Assign issue to contributor
on:
issue_comment:
jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
steps:
- name: take the issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}