Merge pull request #47 from lora-aprs/auto-assign

Auto assign
This commit is contained in:
Peter Buchegger 2020-12-14 16:49:44 +01:00 committed by GitHub
commit f0e468fd58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -1,8 +1,4 @@
# Set to true to add assignees to pull requests
addAssignees: true
# A list of reviewers to be added to pull requests (GitHub user name)
assignees:
- peterus
numberOfAssignees: 0

8
.github/workflows/auto_assign.yml vendored Normal file
View file

@ -0,0 +1,8 @@
name: 'Auto Assign'
on: pull_request
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.1.2