diff --git a/.mergify.yml b/.mergify.yml index f2aad55..dad8639 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -3,8 +3,6 @@ pull_request_rules: conditions: - label=automerge - status-success=build - - status-success=continuous-integration/travis-ci/pr - - status-success=continuous-integration/travis-ci/push actions: merge: method: merge diff --git a/README.md b/README.md index ceed792..69872b5 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ pyLast [![PyPI version](https://img.shields.io/pypi/v/pylast.svg)](https://pypi.org/project/pylast/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/pylast.svg)](https://pypi.org/project/pylast/) [![PyPI downloads](https://img.shields.io/pypi/dm/pylast.svg)](https://pypistats.org/packages/pylast) -[![Build status](https://travis-ci.org/pylast/pylast.svg?branch=master)](https://travis-ci.org/pylast/pylast) +[![Test](https://github.com/pylast/pylast/workflows/Test/badge.svg)](https://github.com/pylast/pylast/actions) [![Coverage (Codecov)](https://codecov.io/gh/pylast/pylast/branch/master/graph/badge.svg)](https://codecov.io/gh/pylast/pylast) -[![Coverage (Coveralls)](https://coveralls.io/repos/github/pylast/pylast/badge.svg?branch=master)](https://coveralls.io/github/pylast/pylast?branch=master) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![DOI](https://zenodo.org/badge/7803088.svg)](https://zenodo.org/badge/latestdoi/7803088) A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites such as [Libre.fm](https://libre.fm/). diff --git a/RELEASING.md b/RELEASING.md index 4224482..7e3cdfc 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,8 +1,9 @@ # Release Checklist * [ ] Get master to the appropriate code release state. - [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for + [GitHub Actions](https://github.com/pylast/pylast/actions) should be running cleanly for all merges to master. + [![Test](https://github.com/pylast/pylast/workflows/Test/badge.svg)](https://github.com/pylast/pylast/actions) * [ ] Edit release draft, adjust text if needed: https://github.com/pylast/pylast/releases @@ -13,8 +14,8 @@ * [ ] Publish release -* [ ] Check the tagged [Travis CI build](https://travis-ci.org/pylast/pylast) has - deployed to [PyPI](https://pypi.org/project/pylast/#history) +* [ ] Check the tagged [GitHub Actions build](https://github.com/pylast/pylast/actions?query=workflow%3ADeploy) + has deployed to [PyPI](https://pypi.org/project/pylast/#history) * [ ] Check installation: