merge: incorporate main branch changes

- Resolve integration.yml merge conflicts (user-agent assertions)
- Fix OctokitOptions import path to @octokit/core/dist-types/types
- Rebuild dist
This commit is contained in:
Salman Muin Kayser Chishti
2026-04-09 22:10:00 +01:00
3 changed files with 4278 additions and 33038 deletions

View File

@@ -211,7 +211,9 @@ jobs:
strategy:
matrix:
environment: ['', 'debug-integration-test']
environment: ${{ matrix.environment }}
environment:
name: ${{ matrix.environment }}
deployment: false
name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
runs-on: ubuntu-latest
steps: