-
-
Notifications
You must be signed in to change notification settings - Fork 618
28 lines (22 loc) · 1014 Bytes
/
comment-issue.yml
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
26
27
28
name: Add immediate comment on new issues
on:
issues:
types: [opened]
jobs:
createComment:
runs-on: ubuntu-latest
steps:
- name: Create Comment
uses: peter-evans/[email protected]
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thank you for submitting this issue!
As a maintainer I take every issue seriously.
My goal is to provide a usable CV for everyone.
However, I contribute to this project in my free time.
Therefore, I can't guarantee your issues to be solved within certain time.
If you think this issue is trivial to solve, don't hesitate to submit
a pull request, too! I can accompany you in the process with reviews and hints.
Please also consider a donation / sponsoring or contact me,
in case you need a specific template for your next job application.