Add misc things

This commit is contained in:
Ryder Belserion 2022-11-05 00:57:28 -04:00
parent c7879e8fb0
commit fdef68103d
No known key found for this signature in database
GPG Key ID: 3DE16C386AE324DE
4 changed files with 44 additions and 1 deletions

3
.fleet/settings.json Normal file
View File

@ -0,0 +1,3 @@
{
"java.home": "C:/Program Files/Eclipse Adoptium/jdk-17.0.4.101-hotspot/bin"
}

26
.github/auto-assign.yml vendored Normal file
View File

@ -0,0 +1,26 @@
# Set to true to add reviewers to PRs
addReviewers: true
# Set to 'author' to add PR's author as an assignee
addAssignees: author
# A list of reviewers to be added to PRs (GitHub username)
reviewers:
- RyderBelserion
# A number of reviewers added to the PR
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 1
# A list of assignees, overrides reviewers if set
assignees:
- RyderBelserion
# A number of assignees to add to the PRs
# Set to 0 to add all the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 0
# A list of keywords to be skipped the process if PR's title include it
skipKeywords:
- wip

14
.github/workflows/auto-assign.yml vendored Normal file
View File

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

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
.idea
.gradle
build
build