Skip to content

Commit

Permalink
This is just to trigger a Test Pr on my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed May 20, 2024
1 parent 095077a commit 282b149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/archery/archery/crossbow/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ def create_branch(self, branch_name, files, parents=None, message='',
return branch

def create_tag(self, tag_name, commit_id, message=''):
# Trigger a PR
git_object_commit = (
pygit2.GIT_OBJECT_COMMIT
if getattr(pygit2, 'GIT_OBJECT_COMMIT')
Expand Down

0 comments on commit 282b149

Please sign in to comment.