Skip to content

feat(plugin-redis): native key-pattern search for key browsing #36

feat(plugin-redis): native key-pattern search for key browsing

feat(plugin-redis): native key-pattern search for key browsing #36

Workflow file for this run

name: PluginKit ABI Gate
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
paths:
- "Plugins/TableProPluginKit/**"
- "scripts/check-pluginkit-abi.sh"
- ".github/workflows/pluginkit-abi.yml"
jobs:
abi-gate:
name: PluginKit ABI Gate
runs-on: macos-26
timeout-minutes: 20
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "26.4.1"
- name: Create Secrets.xcconfig
run: touch Secrets.xcconfig
- name: Check PluginKit ABI vs base
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
ABI_ACKNOWLEDGED_ADDITIVE: ${{ contains(github.event.pull_request.labels.*.name, 'abi-additive') && '1' || '' }}
run: scripts/check-pluginkit-abi.sh "$BASE_SHA"