-
-
Notifications
You must be signed in to change notification settings - Fork 257
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@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
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 ❤️