summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.katz@kcg.tech>2022-12-29 13:15:07 +0200
committerAsif Saif Uddin <auvipy@gmail.com>2022-12-29 17:39:21 +0600
commitdb8e5cc36e0f67d9bf0bae6bfd03a34e0d80e08c (patch)
tree36c55144cb15d1e4dceba3615866ba7b6720aedd
parent6593a2d7eada38ea4ae624caf945fc55a6e4939f (diff)
downloadkombu-db8e5cc36e0f67d9bf0bae6bfd03a34e0d80e08c.tar.gz
Switch references to master to main
-rw-r--r--.github/workflows/codeql-analysis.yml4
-rw-r--r--README.rst8
-rw-r--r--docs/templates/readme.txt8
-rw-r--r--requirements/dev.txt2
4 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 21c74f93..5c09af6d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
- branches: [ master ]
+ branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ master ]
+ branches: [ main ]
jobs:
analyze:
diff --git a/README.rst b/README.rst
index 73281a14..f2db015c 100644
--- a/README.rst
+++ b/README.rst
@@ -328,12 +328,12 @@ This software is licensed under the `New BSD License`. See the `LICENSE`
file in the top distribution directory for the full license text.
-.. |build-status| image:: https://api.travis-ci.com/celery/kombu.png?branch=master
+.. |build-status| image:: https://github.com/celery/kombu/actions/workflows/ci.yaml/badge.svg
:alt: Build status
- :target: https://travis-ci.com/celery/kombu
+ :target: https://github.com/celery/kombu/actions/workflows/ci.yml
-.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=master
- :target: https://codecov.io/github/celery/kombu?branch=master
+.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=main
+ :target: https://codecov.io/github/celery/kombu?branch=main
.. |license| image:: https://img.shields.io/pypi/l/kombu.svg
:alt: BSD License
diff --git a/docs/templates/readme.txt b/docs/templates/readme.txt
index 05b8edb0..55175ca2 100644
--- a/docs/templates/readme.txt
+++ b/docs/templates/readme.txt
@@ -10,12 +10,12 @@
.. include:: ../includes/resources.txt
-.. |build-status| image:: https://secure.travis-ci.org/celery/kombu.png?branch=master
+.. |build-status| image:: https://github.com/celery/kombu/actions/workflows/ci.yaml/badge.svg
:alt: Build status
- :target: https://travis-ci.org/celery/kombu
+ :target: https://github.com/celery/kombu/actions/workflows/ci.yml
-.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=master
- :target: https://codecov.io/github/celery/kombu?branch=master
+.. |coverage| image:: https://codecov.io/github/celery/kombu/coverage.svg?branch=main
+ :target: https://codecov.io/github/celery/kombu?branch=main
.. |license| image:: https://img.shields.io/pypi/l/kombu.svg
:alt: BSD License
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 4bce72b7..8a395c83 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -1,2 +1,2 @@
-https://github.com/celery/py-amqp/zipball/master
+https://github.com/celery/py-amqp/zipball/main
https://github.com/celery/vine/zipball/master