Merge pull request #6823 from ipfs/fix/remove-auto-assign

chore: remove github auto assign
This commit is contained in:
Steven Allen 2020-01-13 15:54:33 +01:00 committed by GitHub
commit 8a16b8704b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 39 deletions

View File

@ -1,27 +0,0 @@
# Set to true to add reviewers to pull requests
addReviewers: true
# Set to true to add assignees to pull requests
addAssignees: false
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- Stebalien
- djdv
- aschmahmann
- dirkmc
- lanzafame
- hsanjuan
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 1
# A list of assignees, overrides reviewers if set
# assignees:
# - assigneeA
# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- WIP
- RFC

View File

@ -1,12 +0,0 @@
on: pull_request
name: Add reviewers/assignees to Pull Requests
jobs:
autoAssign:
name: Auto Assign
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Auto Assign
uses: ipfs/auto-assign@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}