# PR Description
Add checks for unauthorized actions performed on toolkits. A PR cannot
be merged if it contains an unauthorized toolkit action.
An unauthorized toolkit action is defined as:
1. The author of the PR is not an OWNER or a MEMBER of the ArcadeAI
organization
2. AND one of the following applies:
- A toolkit's version is altered (i.e., the version in
`toolkits/*/pyproject.toml`
- A toolkit is deleted
- A toolkit's PyPI package name is renamed (i.e., the name in
`toolkits/*/pyproject.toml`
|
||
|---|---|---|
| .. | ||
| check-toolkits.yml | ||
| check-unauthorized-toolkit-updates.yml | ||
| main.yml | ||
| publish-toolkit.yml | ||
| release-containers.yml | ||
| test-toolkits.yml | ||