All integrations

Pull request flow

Make every AI-generated change explain itself.

The NoSwag GitHub Action reads the bounded change, generates repository-native tests, and gives the pull request a report or patch your team can review.

Start with report or patch mode.

permissions:
  contents: write

steps:
  - uses: actions/checkout@v4
    with:
      fetch-depth: 0
  - uses: noswag/test-generator@v1
    with:
      noswag-token: ${{ secrets.NOSWAG_TOKEN }}
      mode: patch

Fork pull requests are skipped before any NoSwag API request.

Choose report, patch, or write mode explicitly.

Commit and push are limited to eligible trusted same-repository runs.

Verification is opt-in and reads only committed verify.commands.

The Action never merges a pull request. It creates evidence and, when you explicitly allow it, a guarded change for your team to review.