diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index bb7846b..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: "Pull Request Labeler" -on: -- pull_request_target - -jobs: - triage: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v4 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - diff --git a/README.md b/README.md index d1a4739..a8247cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/fispact/pypact.svg?branch=master)](https://travis-ci.org/fispact/pypact) +![Build Status](https://github.com/fispact/pypact/actions/workflows/python-package.yml/badge.svg?branch=master) ![Python package](https://github.com/fispact/pypact/workflows/Python%20package/badge.svg?branch=master) [![Code Coverage](https://codecov.io/gh/fispact/pypact/branch/master/graph/badge.svg)](https://codecov.io/gh/fispact/pypact) @@ -7,7 +8,7 @@ [![PyPI](https://img.shields.io/pypi/format/pypact.svg)](https://pypi.python.org/pypi/pypact) [![License](https://img.shields.io/pypi/l/pypact.svg)](https://github.com/fispact/pypact/blob/master/LICENSE) -[![HitCount](http://hits.dwyl.io/fispact/pypact.svg)](http://hits.dwyl.io/fispact/pypact) +[![HitCount](https://hits.dwyl.com/fispact/pypact.svg?style=flat-square&show=unique)](http://hits.dwyl.com/fispact/pypact) [![GitHub issues](https://img.shields.io/github/issues/fispact/pypact)](https://github.com/fispact/pypact/issues) [![GitHub stars](https://img.shields.io/github/stars/fispact/pypact)](https://github.com/fispact/pypact/stargazers) [![GitHub forks](https://img.shields.io/github/forks/fispact/pypact)](https://github.com/fispact/pypact/network)