File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "CodeQL"
22
33on :
44 push :
5- branches : [ "master ", "v*"]
5+ branches : [ "main ", "v*"]
66 tags : ['*']
77 pull_request :
88 workflow_call :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: Generate SBOM
88on :
99 workflow_dispatch : {}
1010 push :
11- branches : ['master ']
11+ branches : ['main ']
1212 paths :
1313 - ' requirements.txt'
1414 - ' requirements/**.txt'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Python Tests
22
33on :
44 push :
5- branches : ["master ", "v**"]
5+ branches : ["main ", "v**"]
66 pull_request :
77 workflow_dispatch :
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: GitHub Actions Security Analysis with zizmor 🌈
22
33on :
44 push :
5- branches : ["master "]
5+ branches : ["main "]
66 pull_request :
77 branches : ["**"]
88
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ just run lint-manual
171171
172172To contribute to the [ API documentation] ( https://pymongo.readthedocs.io/en/stable/ ) just make your
173173changes to the inline documentation of the appropriate [ source code] ( https://github.com/mongodb/mongo-python-driver ) or
174- [ rst file] ( https://github.com/mongodb/mongo-python-driver/tree/master /doc ) in
174+ [ rst file] ( https://github.com/mongodb/mongo-python-driver/tree/main /doc ) in
175175a branch and submit a [ pull request] ( https://help.github.com/articles/using-pull-requests ) . You
176176might also use the GitHub
177177[ Edit] ( https://github.com/blog/844-forking-with-the-edit-button ) button.
Original file line number Diff line number Diff line change 44[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/pymongo )] ( https://pypi.org/project/pymongo )
55[ ![ Monthly Downloads] ( https://static.pepy.tech/badge/pymongo/month )] ( https://pepy.tech/project/pymongo )
66[ ![ API Documentation Status] ( https://readthedocs.org/projects/pymongo/badge/?version=stable )] ( http://pymongo.readthedocs.io/en/stable/api?badge=stable )
7- [ ![ codecov] ( https://codecov.io/gh/mongodb/mongo-python-driver/graph/badge.svg?branch=master )] ( https://codecov.io/gh/mongodb/mongo-python-driver )
7+ [ ![ codecov] ( https://codecov.io/gh/mongodb/mongo-python-driver/graph/badge.svg?branch=main )] ( https://codecov.io/gh/mongodb/mongo-python-driver )
88
99## About
1010
@@ -216,4 +216,4 @@ pip install -e ".[test]"
216216pytest
217217```
218218
219- For more advanced testing scenarios, see the [ contributing guide] ( https://github.com/mongodb/mongo-python-driver/blob/master /CONTRIBUTING.md#running-tests-locally ) .
219+ For more advanced testing scenarios, see the [ contributing guide] ( https://github.com/mongodb/mongo-python-driver/blob/main /CONTRIBUTING.md#running-tests-locally ) .
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ About This Documentation
5353This documentation is generated using the `Sphinx
5454<https://www.sphinx-doc.org/en/master/> `_ documentation generator. The source files
5555for the documentation are located in the *doc/ * directory of the
56- **PyMongo ** distribution. See the PyMongo `contributing guide <https://github.com/mongodb/mongo-python-driver/blob/master /CONTRIBUTING.md >`_
57- for instructions on the building the docs from source.
56+ **PyMongo ** distribution. See the PyMongo `contributing guide <https://github.com/mongodb/mongo-python-driver/blob/main /CONTRIBUTING.md >`_
57+ for instructions on building the docs from source.
5858
5959Indices and tables
6060------------------
You can’t perform that action at this time.
0 commit comments