diff --git a/.gitea/CODEOWNERS b/.gitea/CODEOWNERS new file mode 100644 index 0000000..30db505 --- /dev/null +++ b/.gitea/CODEOWNERS @@ -0,0 +1,6 @@ +# .gitea/CODEOWNERS +# Gitea's CODEOWNERS uses Go-style Regular Expressions. +# Patterns are evaluated from top to bottom; the last matching rule takes precedence. + +# Global owner: Assign @AutoReview to all files +.* @AutoReview diff --git a/package.json b/package.json index 50b8d69..857b818 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "build": "ncc build index.js -o dist -m --external utf-8-validate --external bufferutil" }, "dependencies": { - "@actions/artifact": "^2.1.11", "@actions/core": "^3.0.0", "glob": "^13.0.0", "screeps-api": "^1.7.2"