# CR-Feishu **Repository Path**: MoganLab/cr-feishu ## Basic Information - **Project Name**: CR-Feishu - **Description**: 飞书自动推送CR机器人 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Example `.forgejo/workflows/feishu-CR.yml` ```yml name: "Feishu: Code Review" on: pull_request: types: - labeled jobs: notify-feishu: runs-on: native if: contains(forge.event.pull_request.labels.*.name, 'Reviewed/Ready') steps: - name: Send Feishu notification uses: https://code.liiistem.cn/yihan/CR-Feishu@alpha with: webhook: ${{ secrets.FEISHU_WEBHOOK }} ```