From 74e061f09a5f562cbe09ac48e291684a4d7277d1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Jeannin Date: Tue, 3 Mar 2026 17:24:20 -0500 Subject: [PATCH] Testbot yaml file for removing French --- .github/workflows/skyramp-testbot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/skyramp-testbot.yml diff --git a/.github/workflows/skyramp-testbot.yml b/.github/workflows/skyramp-testbot.yml new file mode 100644 index 0000000000..9cbc3864ed --- /dev/null +++ b/.github/workflows/skyramp-testbot.yml @@ -0,0 +1,22 @@ +name: Skyramp Testbot +on: + pull_request: + types: [opened, synchronize, reopened] +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref }} + cancel-in-progress: true +jobs: + testbot: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + steps: + - uses: actions/checkout@v6 + with: + fetch-depth: 0 + - uses: skyramp/testbot@v0.0.1 + with: + skyramp_license_file: ${{ secrets.SKYRAMP_LICENSE }} + cursor_api_key: ${{ secrets.CURSOR_API_KEY }} + enable_debug: 'true' \ No newline at end of file