From 02f9c243446f012115aa440421c7ca9a1f615e01 Mon Sep 17 00:00:00 2001 From: funilrys Date: Tue, 24 Dec 2024 17:24:59 +0100 Subject: [PATCH] Remove unnecessary files. --- .github/FUNDING.yml | 9 --- .github/auto-comment.yml | 12 ---- .github/config.yml | 151 --------------------------------------- .github/move.yml | 27 ------- 4 files changed, 199 deletions(-) delete mode 100644 .github/FUNDING.yml delete mode 100644 .github/auto-comment.yml delete mode 100644 .github/config.yml delete mode 100644 .github/move.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 497a27aa..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,9 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: mitchellkrog -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: https://ko-fi.com/funilrys -custom: https://kb.mypdns.org/articles/MTX-A-3/DONATION diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml deleted file mode 100644 index 651eecbe..00000000 --- a/.github/auto-comment.yml +++ /dev/null @@ -1,12 +0,0 @@ -# AUTO COMMENT -# Comment to a new issue. -issueOpened: > - Thank your for raising a issue. We will try and get back to you as soon as possible. - - Please make sure you have given us as much context as possible. - -pullRequestOpened: > - Thank your for raising your pull request. - - Please make sure you have followed our contributing guidelines. We will review it as soon as possible - diff --git a/.github/config.yml b/.github/config.yml deleted file mode 100644 index b628a5e3..00000000 --- a/.github/config.yml +++ /dev/null @@ -1,151 +0,0 @@ -# *********** -# WELCOME BOT -# *********** - -# Configuration for welcome - https://github.com/behaviorbot/welcome - -# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome - -# Comment to be posted to on first time issues -newIssueWelcomeComment: > - :wave: Hello and Thanks for opening your first issue here! It's people like you who make this project better :sunglasses: Be sure to follow the issue template! - -# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome - -# Comment to be posted to on PRs from first time contributors in your repository -newPRWelcomeComment: > - :heart: Thanks for opening this pull request! It's contributors like you which makes the project better :sunglasses: ! Please check out our contributing guidelines. - -# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge - -# Comment to be posted to on pull requests merged by a first time user -firstPRMergeComment: > - :1st_place_medal: Congrats on merging your first pull request! The community here at Badd Boyz Hosts are proud of you! - -# It is recommended to include as many gifs and emojis as possible! - -# **************** -# REQUEST INFO BOT -# **************** - -# Configuration for request-info - https://github.com/behaviorbot/request-info - -# *OPTIONAL* Comment to reply with -# Can be either a string : -requestInfoReplyComment: > - :confused: We would appreciate it if you could provide us with more info about this issue/pr! - -# Or an array: -# requestInfoReplyComment: -# - Ah no! young blade! That was a trifle short! -# - Tell me more ! -# - I am sure you can be more effusive - - -# *OPTIONAL* default titles to check against for lack of descriptiveness -# MUST BE ALL LOWERCASE -requestInfoDefaultTitles: - - update readme.md - - updates - -# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given -requestInfoLabelToAdd: Needs More Info - -# *OPTIONAL* Require Issues to contain more information than what is provided in the issue templates -# Will fail if the issue's body is equal to a provided template -checkIssueTemplate: true - -# *OPTIONAL* Require Pull Requests to contain more information than what is provided in the PR template -# Will fail if the pull request's body is equal to the provided template -checkPullRequestTemplate: true - -# *OPTIONAL* Only warn about insufficient information on these events type -# Keys must be lowercase. Valid values are 'issue' and 'pullRequest' -requestInfoOn: - pullRequest: true - issue: true - -# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on -# keys must be GitHub usernames -requestInfoUserstoExclude: - - mitchellkrogza - - funilrys - -# ************* -# SENTIMENT BOT -# ************* - -# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot - -# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic -# Anything higher than this threshold will be marked as toxic and commented on -sentimentBotToxicityThreshold: .7 - -# *Required* Comment to reply with -sentimentBotReplyComment: > - Your comment seemed to go against our community code of conduct and ethics. Please be respectful of other users. cc/ @mitchellkrogza @funilrys - -# ********* -# STALE BOT -# ********* - -# Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 -# Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 -# Issues with these labels will never be considered stale -exemptLabels: - - pinned - - security -# Label to use when marking an issue as stale -staleLabel: wontfix -# Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - :exclamation: This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. -# Comment to post when closing a stale issue. Set to `false` to disable -closeComment: true - -# ********* -# TO DO BOT -# ********* - -todo: - keyword: "@todo" - keyword: "@createissue" - autoAssign: true - label: true - reopenClosed: true - -# *************** -# AUTO ASSIGN BOT -# *************** - -# Set to true to add reviewers to pull requests -addReviewers: true - -# Set to true to add assignees to pull requests -addAssignees: true - -# A list of reviewers to be added to pull requests (GitHub user name) -reviewers: - - mitchellkrogza - - funilrys - -# A number of reviewers added to the pull request -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 0 - -# A list of assignees, overrides reviewers if set -# assignees: -# - assigneeA - -# A number of assignees to add to the pull request -# Set to 0 to add all of the assignees. -# Uses numberOfReviewers if unset. -# numberOfAssignees: 2 - -# A list of keywords to be skipped the process that add reviewers if pull requests include it -skipKeywords: - - wip diff --git a/.github/move.yml b/.github/move.yml deleted file mode 100644 index 3c4320b5..00000000 --- a/.github/move.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Configuration for Move Issues - https://github.com/dessant/move-issues - -# Delete the command comment when it contains no other content -deleteCommand: true - -# Close the source issue after moving -closeSourceIssue: true - -# Lock the source issue after moving -lockSourceIssue: false - -# Mention issue and comment authors -mentionAuthors: true - -# Preserve mentions in the issue content -keepContentMentions: false - -# Move labels that also exist on the target repository -moveLabels: true - -# Set custom aliases for targets -# aliases: -# r: repo -# or: owner/repo - -# Repository to extend settings from -# _extends: repo