We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96f3eb commit 5a43579Copy full SHA for 5a43579
.github/workflows/update-version.yml
@@ -0,0 +1,15 @@
1
+name: Update version
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - closed
7
+ branches:
8
+ - main
9
10
+jobs:
11
+ update-version:
12
+ if: github.event.pull_request.merged == true
13
+ uses: seedcase-project/.github/.github/workflows/reusable-update-python-project-version.yml@main
14
+ secrets:
15
+ update-version-gh-token: ${{ secrets.UPDATE_VERSION_TOKEN }}
0 commit comments