Skip to content

Commit

Permalink
move autobump rn to source github_workflow_scripts folder (#34999)
Browse files Browse the repository at this point in the history
  • Loading branch information
israelpoli authored Jun 23, 2024
1 parent 4f55928 commit b22a720
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from github.PullRequest import PullRequest
from packaging.version import Version
from blessings import Terminal
from Utils.github_workflow_scripts.utils import load_json, Checkout, timestamped_print
from utils import load_json, Checkout, timestamped_print


print = timestamped_print
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autobump_rn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Content Bot"
echo "Someone merged to master. Starting to check if conflicts in release notes created."
poetry run python .github/github_workflow_scripts/autobump_release_notes/autobump_rn.py -g $CONTENTBOT_GH_ADMIN_TOKEN -r $RUN_ID
poetry run python .github/github_workflow_scripts/autobump_rn.py -g $CONTENTBOT_GH_ADMIN_TOKEN -r $RUN_ID

0 comments on commit b22a720

Please sign in to comment.