Skip to content

Commit

Permalink
ci: sync changelog across repo
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jul 18, 2022
1 parent a13c4c3 commit cd9b299
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
chakra-ui/zag:
- .changelog/

chakra-ui/zag-docs:
- .changelog/
22 changes: 22 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Run GitHub File Sync
uses: Redocly/repo-file-sync-action@master
with:
GH_PAT: ${{ secrets.SAGE_PAT }}
GIT_EMAIL: joseshegs@gmail.com
GIT_USERNAME: segunadebayo
PR_LABELS: |
file-sync
automerge

0 comments on commit cd9b299

Please sign in to comment.