Skip to content

add staging to readme #104

add staging to readme

add staging to readme #104

Workflow file for this run

name: Automatic PRs
on:
push:
branches:
- v3-dev
jobs:
pull-requests:
name: Automatic PRs
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: pull-request-v3-k8s
uses: repo-sync/pull-request@v2
with:
destination_branch: "v3-k8s"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into v3-k8s"
- name: pull-request-v3-k8s-staging
uses: repo-sync/pull-request@v2
with:
destination_branch: "v3-k8s-staging"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "Pulling ${{ github.ref }} into v3-k8s-staging"