Merge origin/main into aiqiaoy/update-error

This commit is contained in:
copilot-swe-agent[bot] 2026-06-17 16:01:11 +00:00 committed by GitHub
commit 29092a1639
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 3490 additions and 4813 deletions

View file

@ -1,5 +1,5 @@
import * as github from '@actions/github'
import {fromPayload} from './ref-helper'
import {fromPayload} from './ref-helper.js'
const PR_REF_PATTERN = /^refs\/pull\/[0-9]+\/(?:head|merge)$/