Skip to content

Commit 2fa6451

Browse files
committed
Merge branch 'spec-resync-7-22-2026' of github.com:sleepyStick/mongo-python-driver into spec-resync-7-22-2026
2 parents 399985e + f2eaff2 commit 2fa6451

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "master", "v*"]
5+
branches: [ "main", "v*"]
66
tags: ['*']
77
pull_request:
88
workflow_call:

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Generate SBOM
88
on:
99
workflow_dispatch: {}
1010
push:
11-
branches: ['master']
11+
branches: ['main']
1212
paths:
1313
- 'requirements.txt'
1414
- 'requirements/**.txt'

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python Tests
22

33
on:
44
push:
5-
branches: ["master", "v**"]
5+
branches: ["main", "v**"]
66
pull_request:
77
workflow_dispatch:
88

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GitHub Actions Security Analysis with zizmor 🌈
22

33
on:
44
push:
5-
branches: ["master"]
5+
branches: ["main"]
66
pull_request:
77
branches: ["**"]
88

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ just run lint-manual
171171

172172
To contribute to the [API documentation](https://pymongo.readthedocs.io/en/stable/) just make your
173173
changes 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
175175
a branch and submit a [pull request](https://help.github.com/articles/using-pull-requests). You
176176
might also use the GitHub
177177
[Edit](https://github.com/blog/844-forking-with-the-edit-button) button.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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]"
216216
pytest
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).

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ About This Documentation
5353
This documentation is generated using the `Sphinx
5454
<https://www.sphinx-doc.org/en/master/>`_ documentation generator. The source files
5555
for 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

5959
Indices and tables
6060
------------------

0 commit comments

Comments
 (0)