Update .all-contributorsrc to skip CI (#6907)

This commit is contained in:
psf 2025-05-17 15:36:52 -07:00 committed by GitHub
parent 5fdc7f9283
commit 5164c40e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -143,5 +143,6 @@
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
"commitType": "docs",
"skipCi": true,
}