[ci-skip] delete .github

This commit is contained in:
Ryder Belserion 2023-08-21 03:03:49 -04:00
parent a6282a9d16
commit a1bc9a041c
No known key found for this signature in database
5 changed files with 0 additions and 71 deletions

View File

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

2
.github/FUNDING.yml vendored
View File

@ -1,2 +0,0 @@
github: Crazy-Crew
open_collective: CrazyCrew

View File

@ -1,26 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug Report] "
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Versions (please complete the following information):**
- Minecraft Server Version: [e.g. 1.19]
- Plugin Version: [e.g. 1.2.18-SNAPSHOT]
*Do **NOT** say Latest use `/version crazyauctions` in the console.
**Pastebin any errors in console**
Link: https://mclo.gs/
**Issue**
Describe the issue you are having with the plugin.
**Screenshots**
If applicable, add screenshots to help explain your problem.

View File

@ -1,26 +0,0 @@
# 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

View File

@ -1,14 +0,0 @@
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