Skip to content

Commit

Permalink
Merge pull request #761 from bitpredator/dev
Browse files Browse the repository at this point in the history
feat: .github\auto_assign.yml
  • Loading branch information
bitpredator authored Aug 2, 2024
2 parents 9ba07f4 + 6bde354 commit 37e5abe
Show file tree
Hide file tree
Showing 16 changed files with 26,291 additions and 26,322 deletions.
17 changes: 17 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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:
- bitpredator

# A list of keywords to be skipped the process that add reviewers if pull requests include it
skipKeywords:
- wip

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
18 changes: 18 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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:
- bug
- dependencies
- enhancement
# 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: >
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: false
2 changes: 1 addition & 1 deletion server-data/resources/[bpt_addons]/bpt_boat/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game("gta5")

description("Allows players to buy a boat")
lua54("yes")
version("1.0.0")
version("1.0.1")

shared_script("@es_extended/imports.lua")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game("gta5")

description("Used for storing Data, such as society inventories")

version("1.0.0")
version("1.0.1")

lua54("yes")

Expand Down
4 changes: 2 additions & 2 deletions server-data/resources/[bpt_addons]/bpt_menu/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ author("bitpredator")
description("Roleplay personal menu supporting ESX")
version("1.0.1")

dependency("es_extended")

shared_scripts({
"locale.lua",
"locales/*.lua",
Expand All @@ -28,3 +26,5 @@ client_scripts({
"dependencies/menu/items/*.lua",
"client/*.lua",
})

dependency("es_extended")
Loading

0 comments on commit 37e5abe

Please sign in to comment.