diff --git a/.github/workflows/moderation_bot.yml b/.github/workflows/moderation_bot.yml index eaa62a0..8613370 100644 --- a/.github/workflows/moderation_bot.yml +++ b/.github/workflows/moderation_bot.yml @@ -39,7 +39,7 @@ on: issues: types: [opened, edited] issue_comment: - types: created #, edited] + type: created jobs: automoderation: @@ -74,7 +74,7 @@ jobs: issue_comment_body_trim() { issue_comment_body_trim=$(echo "$issue_comment_body" | grep -i "$1" -A 10) } - issue_comment_author_whitelist=(Zangetsu38 othmanead nishinji Macdu illusionMan1212 EXtremeExploit GamingDucking Croden1999 saturnsky tasle1001 spacemul gymzatan) + issue_comment_author_whitelist=(Zangetsu38 othmanead nishinji Macdu illusionMan1212 EXtremeExploit GamingDucking Croden1999 saturnsky tasle1001 spacemul gymzatan Slade1972) for whitelisted_author in "${issue_comment_author_whitelist[@]}"; do if [[ "$issue_comment_author" = "$whitelisted_author" && -z "$issue_comment_author_whitelisted" ]]; then issue_comment_author_whitelisted=1 diff --git a/LICENSE b/LICENSE index 25dcd14..276e814 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,3 @@ -The following license applies only to the source code in this repository. - The MIT License (MIT) Copyright (c) 2018-2024 Vita3K team diff --git a/README.md b/README.md index df81260..4d49d9d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ #### [Commercial game compatibility database for Vita3K.](https://github.com/Vita3K/compatibility/issues) --- + The [Compatibility web page](https://vita3k.org/compatibility.html) fetches data from this repo. If you want to be a tester and help test games, ask us for write access on our Discord server. @@ -41,3 +42,9 @@ No checks by bots, but be sure to provide screenshots and logs. ### For testers You can remove all old labels and give new ones by writing labels under `# Recommended labels` in the issue comment. + +## Copyright + +All trademarks and copyright-written content found on this repository belong to their respective owners. + +Game screenshots are the property of the game's copyright holders.