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: strategy:
matrix: matrix:
environment: ['', 'debug-integration-test'] 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' }})" name: "Integration test: debug option (runner.debug mode ${{ matrix.environment && 'enabled' || 'disabled' }})"
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

37310
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
import * as core from '@actions/core' import * as core from '@actions/core'
import {OctokitOptions} from '@octokit/core/types' import {OctokitOptions} from '@octokit/core/dist-types/types'
import {RequestRequestOptions} from '@octokit/types' import {RequestRequestOptions} from '@octokit/types'
export type RetryOptions = { export type RetryOptions = {