Skip to content

Commit

Permalink
docs: Badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavies99 committed Jul 9, 2023
1 parent e983922 commit 1630acb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# This is a basic workflow to help you get started with Actions

name: AutoMerge
name : AutoMerge

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
on :
pull_request :

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}
jobs :
auto-merge :
runs-on : ubuntu-latest
steps :
- uses : actions/checkout@v2
- uses : ahmadnassri/action-dependabot-auto-merge@v2
with :
target : minor
github-token : ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p align="center">
<a href="https://github.com/babblebot-server/server/actions"><img src="https://action-badges.now.sh/bendavies99/Babblebot-Server?action=build" alt="Build Status"></a>
<a href="https://www.codacy.com/gh/babblebot-server/server/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=bendavies99/BabbleBot-Server&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/e3a344a5c508491096ca105b27e92ed9" alt="Coverage Status"></a>
<a href="https://www.codacy.com/gh/babblebot-server/server/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=babblebot-server/server&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/e3a344a5c508491096ca105b27e92ed9" alt="Coverage Status"></a>
<a href="https://github.com/babblebot-server/server/releases"><img src="https://img.shields.io/github/v/release/bendavies99/Babblebot-Server" alt="Version"></a>
<a href="https://github.com/babblebot-server/server/blob/master/LICENSE.md"><img src="https://img.shields.io/github/license/bendavies99/babblebot-server" alt="License"></a>
<a href="https://discord.gg/uUdX9pw"><img src="https://img.shields.io/discord/409004433750360090?color=7289da&label=Babblebot&logo=discord" alt="Chat"></a>
Expand Down

0 comments on commit 1630acb

Please sign in to comment.