Skip to content

Merge pull request #132 from mrrfv/ratelimit-text-change #34

Merge pull request #132 from mrrfv/ratelimit-text-change

Merge pull request #132 from mrrfv/ratelimit-text-change #34

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update v1 branch
runs-on: ubuntu-latest
permissions:
contents: write
# Only run on original repository
if: ${{ github.repository_id == 635386785 }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main
- uses: connor-baer/[email protected]
with:
branch: v1
token: ${{ secrets.GITHUB_TOKEN }}
# Force push is enabled since v1 is supposed to be an exact copy of main until breaking changes are made
force: true