Skip to content

Disabled the schedule for action and removed patch apply for build ta… #130

Disabled the schedule for action and removed patch apply for build ta…

Disabled the schedule for action and removed patch apply for build ta… #130

name: Sync to upstream
run_name: Sync branches to upstream
env:
UPSTREAM_REPO: https://github.com/openshift/console.git
GITHUB_PAT: "${{ secrets.PAT }}"
jobs:
sync-upstream:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v3"
with:
fetch-depth: 0
- name: Fetch the upstream and rebase
run: ./.github/scripts/sync_upstream.sh