🎨 Workflows no longer run when editing PR titles or descriptions (#17648)

This commit is contained in:
Jeffrey Chen
2026-05-09 10:11:01 +08:00
committed by GitHub
parent 8078e860bd
commit c70455305f

View File

@@ -6,6 +6,8 @@ on:
jobs:
check-branch:
# https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=edited#pull_request
if: ${{ github.repository_owner == 'siyuan-note' && (github.event.action == 'opened' || github.event.changes.base) }}
runs-on: ubuntu-latest
permissions:
pull-requests: write