forked from web-infra-dev/rsbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
25 lines (22 loc) · 860 Bytes
/
issue-labeled.yml
File metadata and controls
25 lines (22 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: Issue Labeled
on:
issues:
types: [labeled]
permissions:
contents: read
# Permits `actions-cool/issues-helper` to comment on an issue
issues: write
jobs:
reply-labeled:
name: Reply need reproduction
runs-on: ubuntu-latest
if: github.repository == 'web-infra-dev/rsbuild'
steps:
- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
body: |
Hello @${{ github.event.issue.user.login }}. Please provide a reproduction repository or online demo. For background, see [Why reproductions are required](https://antfu.me/posts/why-reproductions-are-required). Thanks ❤️