Skip to content

Commit

Permalink
[automation] Fix conflicts script (backport #4887) (#4892)
Browse files Browse the repository at this point in the history
[automation] Fix conflicts script (#4887)

(cherry picked from commit 38ea32d)

Co-authored-by: Hailin Wang <[email protected]>
  • Loading branch information
mergify[bot] and haiiliin authored Aug 19, 2023
1 parent e947b1f commit c6040e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/conflicts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Change the work directory to the root of the repository
os.chdir(os.path.dirname(os.path.abspath(__file__)))
os.chdir("..")
os.chdir("../..")

if os.path.exists("pull_request_body.txt"):
# Get the pull request body
Expand Down

0 comments on commit c6040e1

Please sign in to comment.