mirror of https://github.com/llvm/torch-mlir
CI: Use GitHub app token for creating PRs (#2137)
Since PRs created by the GitHub action bot cannot trigger workflows (and thus build tests), this patch uses the token for a GitHub app that was specifically created for the RollPyTorch action.pull/2138/head snapshot-20230520.844
parent
96327f5997
commit
558f12f05c
|
@ -132,4 +132,5 @@ jobs:
|
|||
- torchvision version: ${{ env.PTVISION_RELEASE }}
|
||||
committer: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
|
||||
title: update PyTorch version to ${{ env.PT_RELEASE }}
|
||||
token: ${{ secrets.ROLLPYTORCH_TOKEN0 }}
|
||||
reviewers: ashay, powderluv, vivekkhandelwal1
|
||||
|
|
Loading…
Reference in New Issue