Skip to content

Commit e1ebc78

Browse files
authored
Merge pull request #383 from Staffbase/PKM-860_remove_testio_references
PKM-860: Remove testio references
2 parents 7a795ba + 4f951ce commit e1ebc78

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
* @Staffbase/workflow-enthusiasts
2-
.github/workflows/template_testio_trigger_test.yml @Staffbase/workflow-enthusiasts @Staffbase/pokemon

.github/workflows/template_testio_trigger_test.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -597,35 +597,6 @@ jobs:
597597

598598
</details>
599599

600-
### TestIO
601-
602-
<details>
603-
604-
<summary>This GitHub Action can be used to trigger a test on the external crowd-testing platform TestIO from a pull request.</summary>
605-
606-
```yml
607-
name: TestIO - Trigger test from PR
608-
on:
609-
issue_comment:
610-
types: [created, edited]
611-
612-
jobs:
613-
trigger-testio-test:
614-
uses: Staffbase/gha-workflows/.github/workflows/template_testio_trigger_test.yml@v9.2.0
615-
with:
616-
# optional: the slug you received from TestIO, defaults to 'staffbase'
617-
testio-slug: your TestIO slug
618-
# ID of the product on the TestIO platform to which the triggered test should be assigned to
619-
testio-product-id: your product ID
620-
secrets:
621-
# GitHub token to be used for commenting in a PR
622-
github-token: ${{ secrets.GITHUB_TOKEN }}
623-
# TestIO token of a user for which the triggered test is created
624-
testio-token: ${{ secrets.TESTIO_TOKEN }}
625-
```
626-
627-
</details>
628-
629600
### Yamllint
630601

631602
<details>

0 commit comments

Comments
 (0)