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:
Ewout ter Hoeven
2022-11-03 18:17:37 +01:00
committed by GitHub
parent 89e53d6877
commit b6174b4471
+5
View File
@@ -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.