Skip to content

Commit 4ff761c

Browse files
committed
Update readme
1 parent 3e0212c commit 4ff761c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ changelog:
66
- title: Breaking Changes
77
labels:
88
- breaking-change
9-
- title: Exciting New Features 🎉
9+
- title: New Features 🎉
1010
labels:
1111
- enhancement
1212
- title: Bugfixes 🐛
1313
labels:
1414
- bug
15-
- title: Other Changes
15+
- title: Changes
1616
labels:
1717
- "*"

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ on:
44
push:
55
branches:
66
- "*"
7+
paths-ignore:
8+
- '**/*.md'
79
pull_request:
810
branches: [master]
11+
paths-ignore:
12+
- '**/*.md'
913

1014
jobs:
1115
build:

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Download it from NuGet:[![NuGet](https://img.shields.io/nuget/dt/slackbot.net.en
1212

1313
### Docs
1414

15-
Check the docs: https://slackbot-net.vercel.app/
15+
Check the docs: https://slack.dotnetbots.com/

0 commit comments

Comments
 (0)