[Deepin Integration]~[V23-Beta3] Auto integrate from topic: texlive-20241115 by @UTsweetyfish to V23-Beta3 by deepin-ci-robot #51392
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: integrated workflow | |
on: | |
issues: | |
types: [created,labeled,opened,closed,assigned] | |
jobs: | |
messg: | |
runs-on: ubuntu-22.04 | |
if: github.event.label.name == 'Project:integrated' | |
steps: | |
- name: github集成提醒 | |
uses: chf007/action-wechat-work@master | |
env: | |
WECHAT_WORK_BOT_WEBHOOK: ${{secrets.WECHAT_WORK_BOT_WEBHOOK}} | |
with: | |
msgtype: text | |
content: "github集成提醒:https://github.com/linuxdeepin/developer-center/issues/${{ github.event.issue.number }}" |