mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Improve mypy execution and less dependencies and manual/hard-coded Bash commands.
This commit is contained in:
3
.github/workflows/PrepareJob.yml
vendored
3
.github/workflows/PrepareJob.yml
vendored
@@ -255,6 +255,9 @@ jobs:
|
||||
version=${version}
|
||||
EOF
|
||||
|
||||
# TODO: why not is_release_commit?
|
||||
# TODO: how to support version branches and hotfix releases on version branches?
|
||||
|
||||
- name: 🔁 Find merged PullRequest from second parent of current SHA (${{ github.sha }})
|
||||
id: FindPullRequest
|
||||
if: steps.Classify.outputs.is_merge_commit == 'true'
|
||||
|
||||
Reference in New Issue
Block a user