mirror of
https://github.com/wassname/geopandas.git
synced 2026-09-10 12:00:21 +08:00
Versioneer CI: Run black, add PR message (#2634)
Run Black after updating Versioneer, and add a message to the PR body with some specific instructions (see https://github.com/geopandas/geopandas/pull/2633#pullrequestreview-1166413777)
This commit is contained in:
@@ -17,6 +17,7 @@ jobs:
|
||||
- uses: actions/setup-python@v4
|
||||
- run: pip install versioneer
|
||||
- run: versioneer install
|
||||
- uses: psf/black@stable
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: versioneer.py
|
||||
@@ -26,3 +27,7 @@ jobs:
|
||||
branch: update-versioneer
|
||||
base: main
|
||||
commit-message: "[Bot] Update Versioneer"
|
||||
body: |
|
||||
Automatic update of Versioneer by the `versioneer.yml` workflow.
|
||||
|
||||
Please review changes manually, especially if a duplicate `from . import _version` is added.
|
||||
|
||||
Reference in New Issue
Block a user