Skip to content
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

chore(ci): fix conventional commit check #7763

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Conversation

bshaffer
Copy link
Contributor

@bshaffer bshaffer commented Oct 24, 2024

Add origin/ in order to fix unexpected error in the conventional commit check:

In execute.php line 166:
                                                                               
  Shell command "exec git 'rev-parse' 'owl-bot-copy-DocumentAi'" returned an   
  exit code of "128".                                                          
                                                                               
  STDOUT:                                                                      
      owl-bot-copy-DocumentAi                                                  
                                                                               
                                                                               
  STDERR:                                                                      
      fatal: ambiguous argument 'owl-bot-copy-DocumentAi': unknown revision o  
  r path not in the working tree.                                              
      Use '--' to separate paths from revisions, like this:                    
      'git <command> [<revision>...] -- [<file>...]'                           
                                                                               

roave-backwards-compatibility-check:assert-backwards-compatible [--from [FROM]] [--to TO] [--format [FORMAT]] [--install-development-dependencies]

We need to test this fix on an owlbot PR before merging

@bshaffer
Copy link
Contributor Author

@bshaffer bshaffer marked this pull request as ready for review October 29, 2024 19:01
@bshaffer bshaffer requested review from a team as code owners October 29, 2024 19:01
@bshaffer bshaffer added the next release PRs to be included in the next release label Oct 29, 2024
@bshaffer bshaffer merged commit d046eb4 into main Oct 31, 2024
27 checks passed
@bshaffer bshaffer deleted the add-origin-to-branchname branch October 31, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release PRs to be included in the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants