Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

feature: add import/export for job configurations #14

feature: add import/export for job configurations

feature: add import/export for job configurations #14

Workflow file for this run

name: PR
on:
pull_request:
branches:
- master
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets:
openai_key: ${{ secrets.OPENAI_KEY }}
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}