You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
574 B

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/[email protected]
with:
skyramp_license_file: ${{ secrets.SKYRAMP_LICENSE }}
cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
enable_debug: 'true'