Update checks.yml

This commit is contained in:
William Harrison
2024-04-24 12:41:24 +08:00
committed by GitHub
parent a065640523
commit c7c01eeaa7
+1 -1
View File
@@ -14,6 +14,6 @@ jobs:
with:
bun-version: latest
- run: bun install
- run: bun test || (echo 'Tests failed, closing pull request.' && gh pr close --comment "Due to high amounts of pull requests and not enough resources to review all, we are automatically closing pull requests that fail checks. Please read the documention (https://www.is-a.dev/docs) to ensure your file format is correct. If you still are encountering issues, please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) and open a help thread.")
- run: bun test || (echo 'Tests failed, closing pull request.' && gh pr close https://github.com/${{ github.repository }}/pull/${{ github.event.number }} --comment "Due to high amounts of pull requests and not enough resources to review all, we are automatically closing pull requests that fail checks. Please read the documention (https://www.is-a.dev/docs) to ensure your file format is correct. If you still are encountering issues, please join our [Discord server](https://discord.gg/is-a-dev-830872854677422150) and open a help thread.")
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}