File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
project : ' https://github.com/floccusaddon/floccus/projects/1'
20
20
column_name : ' Backlog'
21
+
22
+ first_comment :
23
+ runs-on : ubuntu-latest
24
+ name : Add first comment
25
+ steps :
26
+ - name : Create comment
27
+ uses : peter-evans/create-or-update-comment@v3
28
+ with :
29
+ issue-number : ${{ github.event.issue.id }}
30
+ body : |
31
+ Hello :wave:
32
+
33
+ Thank you for taking the time to open this issue with floccus.
34
+ I know it's frustrating when software causes problems.
35
+ You have made the right choice to come here and open an issue to make sure your problem gets looked at
36
+ and if possible solved, either in the code or on your computer.
37
+ I'm Marcel and I created floccus and have been maintaining it ever since.
38
+ I currently work for Nextcloud which leaves me with less time for side projects like this one
39
+ than I used to have.
40
+ I still try to answer all issues here, but it sometimes takes a few weeks or a month until I get to it.
41
+ Until then, please be patient. If you can you could also look at other issues to see whether you can help
42
+ other people with your knowledge and experience or whether others are have faced the same problem.
43
+
44
+ I look forward to help you on this issue
45
+ Cheers :blue_heart:
You can’t perform that action at this time.
0 commit comments