add copybara file and the associated workflow #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync rocm/jax with jax-ml/jax | |
on: | |
workflow_dispatch: | |
pull_request: | |
schedule: | |
- cron: '0 12 * * *' # Runs every day | |
jobs: | |
upstream_pr: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Run Upstream Sync | |
uses: olivr/[email protected] | |
with: | |
access_token: ${{ secrets.GH_TOKEN }} | |
ssh_key: ${{ secrets.SSH_KEY }} | |
workflow: default | |
custom_config: ${{ github.workspace }}/copy.bara.sky | |
# |