Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Jul 10, 2023
1 parent 3e0212c commit 4ff761c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ changelog:
- title: Breaking Changes
labels:
- breaking-change
- title: Exciting New Features 🎉
- title: New Features 🎉
labels:
- enhancement
- title: Bugfixes 🐛
labels:
- bug
- title: Other Changes
- title: Changes
labels:
- "*"
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
push:
branches:
- "*"
paths-ignore:
- '**/*.md'
pull_request:
branches: [master]
paths-ignore:
- '**/*.md'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Download it from NuGet:[![NuGet](https://img.shields.io/nuget/dt/slackbot.net.en

### Docs

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

0 comments on commit 4ff761c

Please sign in to comment.