| 1 | name: Feishu Notify (Org-wide, No Relay) |
| 2 | on: |
| 3 | pull_request: |
| 4 | types: [ready_for_review, closed] |
| 5 | issues: |
| 6 | types: [opened, closed, reopened] |
| 7 | |
| 8 | jobs: |
| 9 | notify: |
| 10 | uses: yikart/.github/.github/workflows/feishu-notify-template.yml@main |
| 11 | secrets: inherit |
| 12 | with: |
| 13 | important_labels: "urgent,security,release-blocker" |
| 14 | important_paths_regex: "^(apps/web/|infra/|payment/|security/)" |
| 15 | pr_min_changed_files: "30" |
| 16 | title_keywords_regex: "(hotfix|rollback|security|incident)" |
| 17 | notify_issue_on_open_close_without_labels: "false" |
| 18 |