Skip to content

Commit d729020

Browse files
committed
ci(issues): Add first message to all issues
1 parent 884879f commit d729020

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/workflows/issues.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,28 @@ jobs:
1818
with:
1919
project: 'https://github.com/floccusaddon/floccus/projects/1'
2020
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:

0 commit comments

Comments
 (0)