Skip to content

Commit 15b178b

Browse files
Omer Katzauvipy
authored andcommitted
This PR changes the remains of the references to master that we didn't change yet to main.
I also noticed our build status still refers to Travis which is now not in use anymore so we now use the correct badge from Github Actions.
1 parent 8f79b4f commit 15b178b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '16 4 * * 1'
2222

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,12 @@ Further
180180

181181
http://www.rabbitmq.com/devtools.html#python-dev
182182

183-
.. |build-status| image:: https://api.travis-ci.com/celery/py-amqp.png?branch=master
183+
.. |build-status| image:: https://github.com/celery/py-amqp/actions/workflows/ci.yaml/badge.svg
184184
:alt: Build status
185-
:target: https://travis-ci.com/celery/py-amqp
185+
:target: https://github.com/celery/py-amqp/actions/workflows/ci.yaml
186186

187-
.. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master
188-
:target: https://codecov.io/github/celery/py-amqp?branch=master
187+
.. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=main
188+
:target: https://codecov.io/github/celery/py-amqp?branch=main
189189

190190
.. |license| image:: https://img.shields.io/pypi/l/amqp.svg
191191
:alt: BSD License
@@ -202,7 +202,7 @@ Further
202202
.. |pyimp| image:: https://img.shields.io/pypi/implementation/amqp.svg
203203
:alt: Support Python implementations.
204204
:target: https://pypi.org/project/amqp/
205-
205+
206206
py-amqp as part of the Tidelift Subscription
207207
============================================
208208

docs/templates/readme.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
.. include:: ../includes/introduction.txt
88

9-
.. |build-status| image:: https://secure.travis-ci.org/celery/py-amqp.png?branch=master
9+
.. |build-status| image:: https://github.com/celery/py-amqp/actions/workflows/ci.yaml/badge.svg
1010
:alt: Build status
11-
:target: https://travis-ci.org/celery/py-amqp
11+
:target: https://github.com/celery/py-amqp/actions/workflows/ci.yaml
1212

13-
.. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=master
14-
:target: https://codecov.io/github/celery/py-amqp?branch=master
13+
.. |coverage| image:: https://codecov.io/github/celery/py-amqp/coverage.svg?branch=main
14+
:target: https://codecov.io/github/celery/py-amqp?branch=main
1515

1616
.. |license| image:: https://img.shields.io/pypi/l/amqp.svg
1717
:alt: BSD License

0 commit comments

Comments
 (0)