Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
nishinji committed Nov 21, 2024
1 parent 0189294 commit ad6cccb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/moderation_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
issues:
types: [opened, edited]
issue_comment:
types: created #, edited]
type: created

jobs:
automoderation:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

0 comments on commit ad6cccb

Please sign in to comment.