File tree Expand file tree Collapse file tree 3 files changed +0
-63
lines changed
Expand file tree Collapse file tree 3 files changed +0
-63
lines changed Original file line number Diff line number Diff line change 11* @ Staffbase/workflow-enthusiasts
2- .github /workflows /template_testio_trigger_test.yml @ Staffbase/workflow-enthusiasts @ Staffbase/pokemon
Load Diff This file was deleted.
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments