File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments