Skip to content

Commit 369ebf9

Browse files
committed
workflow: github-bot
1 parent b73cb5e commit 369ebf9

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.github/auto-comment.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Comment to a new issue.
2+
issueOpened: >
3+
Thank your for raising a issue. We will try and get back to you as soon as possible.
4+
5+
Please make sure you have given us as much context as possible.
6+
7+
8+
pullRequestOpened: >
9+
Thank your for raising your pull request.
10+
11+
Please make sure you have followed our contributing guidelines. We will review it as soon as possible
12+

.github/release-drafter.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name-template: v$NEXT_PATCH_VERSION
2+
tag-template: v$NEXT_PATCH_VERSION
3+
categories:
4+
- title: 🚀 Features
5+
label: feature
6+
- title: 🐛 Bug Fixes
7+
label: fix
8+
- title: 🧰 Maintenance
9+
label: chore
10+
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
11+
template: |
12+
# What's Changed
13+
14+
$CHANGES

0 commit comments

Comments
 (0)