Create pick-me.yml
This commit is contained in:
13
.github/workflows/pick-me.yml
vendored
Normal file
13
.github/workflows/pick-me.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Pick me issue assignment
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created, edited]
|
||||
jobs:
|
||||
auto-assign:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Auto-assign issue'
|
||||
uses: edwinRNDR/pick-me@v0.3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user