Browse Source
Merge pull request #16868 from abpframework/update-action-token
fix script of release updating
pull/16869/head
selman koc
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/scripts/update_versions.py
|
|
|
@ -45,7 +45,7 @@ def create_pr(): |
|
|
|
|
|
|
|
pr.create_review_request(reviewers=["ebicoglu", "gizemmutukurt", "skoc10"]) |
|
|
|
|
|
|
|
if __name__ == "__dev__": |
|
|
|
if __name__ == "__main__": |
|
|
|
should_create_pr = update_latest_versions() |
|
|
|
if should_create_pr: |
|
|
|
create_pr() |
|
|
|
|