chore: publish from main

This commit is contained in:
github-actions[bot]
2026-06-25 04:39:24 +00:00
parent ffab45c53e
commit 76cf2f5776
32 changed files with 713 additions and 128 deletions
@@ -2,7 +2,7 @@ name: External Plugin PR Quality Gates
on:
pull_request_target:
branches: [staged]
branches: [main]
paths:
- "plugins/external.json"
types: [opened, synchronize, reopened, edited, ready_for_review]
@@ -80,10 +80,10 @@ jobs:
outputs:
quality-result: ${{ steps.quality.outputs.quality-result }}
steps:
- name: Checkout staged branch
- name: Checkout main branch
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
ref: staged
ref: main
persist-credentials: false
submodules: false
@@ -116,10 +116,10 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Checkout staged branch
- name: Checkout main branch
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
ref: staged
ref: main
- name: Sync labels and PR status comment
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0