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

Auto assign
pull/48/head
Peter Buchegger 2020-12-14 16:49:44 +01:00 zatwierdzone przez GitHub
commit f0e468fd58
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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