mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-06-28 06:46:12 +00:00
🎨 Workflows no longer run when editing PR titles or descriptions (#17648)
This commit is contained in:
2
.github/workflows/target-branch.yml
vendored
2
.github/workflows/target-branch.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user