mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-21 11:45:11 +01:00
Add misc things
This commit is contained in:
parent
c7879e8fb0
commit
fdef68103d
3
.fleet/settings.json
Normal file
3
.fleet/settings.json
Normal 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
26
.github/auto-assign.yml
vendored
Normal 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
14
.github/workflows/auto-assign.yml
vendored
Normal 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
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
.idea
|
||||
.gradle
|
||||
build
|
||||
build
|
Loading…
Reference in New Issue
Block a user