Skip to content

Commit

Permalink
[CI][StableHLO] Auto-advance stablehlo fork (iree-org#14087)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhar authored and nhasabni committed Aug 24, 2023
1 parent 7eb73c7 commit 7044170
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/advance_upstream_forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,25 @@ jobs:
github_token: ${{ secrets.WRITE_ACCESS_TOKEN }}
branch: master
repository: iree-org/iree-tf-fork

advance_stablehlo-fork:
name: "Advance stablehlo-fork"
runs-on: ubuntu-20.04
steps:
- name: Checking out repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
with:
token: ${{ secrets.WRITE_ACCESS_TOKEN }}
repository: iree-org/stablehlo
ref: main

- name: Pull from upstream
run: |
git remote add upstream https://github.com/openxla/stablehlo.git
git pull --ff-only upstream main
- name: Pushing changes
uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0
with:
github_token: ${{ secrets.WRITE_ACCESS_TOKEN }}
branch: main
repository: iree-org/stablehlo

0 comments on commit 7044170

Please sign in to comment.