Skip to content

Catch up with master #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Create get_base_branch.py
  • Loading branch information
egeakman authored Apr 24, 2022
commit 31352f61c8e3b9afa51b99c68fc0230f8659213e
4 changes: 4 additions & 0 deletions .github/workflows/get_base_branch.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import sys

branch=sys.argv[1].split("/")
print(f"{branch[2]}/{branch[3]}")