Skip to content

[Feature] 小红书 开屏广告 #8

[Feature] 小红书 开屏广告

[Feature] 小红书 开屏广告 #8

Workflow file for this run

name: Create Comment When Add Labels
on:
issues:
types: [labeled]
jobs:
create-comment:
runs-on: ubuntu-latest
if: github.event.label.name == 'need info'
steps:
- name: Create comment
uses: actions-cool/issues-helper@v3
with:
actions: 'create-comment'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
body: |
你好 ${{ github.event.issue.user.login }},请及时回复,否则你的 issue 将在3天后自动关闭!