mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
ci: remove sync-bugfixes
This commit is contained in:
25
.github/workflows/sync-bugfixes.yml
vendored
25
.github/workflows/sync-bugfixes.yml
vendored
@@ -1,25 +0,0 @@
|
||||
name: Sync Back to Bugfixes
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
sync-branches:
|
||||
if: github.repository == 'hakadao/BewlyBewly'
|
||||
runs-on: ubuntu-latest
|
||||
name: Syncing branches
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- name: Opening pull request
|
||||
id: pull
|
||||
uses: tretuna/sync-branches@1.4.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{secrets.SYNC_TOKEN}}
|
||||
FROM_BRANCH: main
|
||||
TO_BRANCH: bugfixes
|
||||
Reference in New Issue
Block a user