pull/52/head
Peter Buchegger 2020-12-14 17:26:57 +01:00
rodzic ff9fedeed8
commit 08591a30d1
2 zmienionych plików z 0 dodań i 25 usunięć

Wyświetl plik

@ -1,11 +0,0 @@
# Set to true to add assignees to PRs
addAssignees: true
# A list of assignees, overrides reviewers if set
assignees:
- peterus
# A number of assignees to add to the PRs
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 0

Wyświetl plik

@ -1,14 +0,0 @@
name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: bubkoo/auto-assign@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: .github/auto-assign.yml