Skip to content

Commit debb812

Browse files
Merge pull request #5 from Meteor-Community-Packages/ci-comment-issue
feature(ci): add comment issue workflow
2 parents abda74b + d774232 commit debb812

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Add immediate comment on new issues
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
createComment:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Create Comment
12+
uses: peter-evans/[email protected]
13+
with:
14+
issue-number: ${{ github.event.issue.number }}
15+
body: |
16+
Thank you for submitting this issue!
17+
18+
We, the Members of Meteor Community Packages take every issue seriously.
19+
Our goal is to provide long-term lifecycles for packages and keep up
20+
with the newest changes in Meteor and the overall NodeJs/JavaScript ecosystem.
21+
22+
However, we contribute to these packages mostly in our free time.
23+
Therefore, we can't guarantee your issues to be solved within certain time.
24+
25+
If you think this issue is trivial to solve, don't hesitate to submit
26+
a pull request, too! We will accompany you in the process with reviews and hints
27+
on how to get development set up.
28+
29+
Please also consider sponsoring the maintainers of the package.
30+
If you don't know who is currently maintaining this package, just leave a comment
31+
and we'll let you know

0 commit comments

Comments
 (0)