mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
remove ayntee
This commit is contained in:
+1
-3
@@ -1,3 +1 @@
|
||||
* @ayntee @Skillz4Killz
|
||||
|
||||
*.ts @ayntee @Skillz4Killz @itohatweb
|
||||
* @Skillz4Killz @itohatweb
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Cache dependencies
|
||||
run: deno cache --no-check mod.ts
|
||||
- name: Run test script for Devs
|
||||
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' || github.actor == 'ayntee' }}
|
||||
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
|
||||
run: deno test --unstable --coverage=coverage -A --no-check tests/mod.ts
|
||||
- name: Run test script for label
|
||||
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests' }}
|
||||
|
||||
Reference in New Issue
Block a user