Skip to content

Commit

Permalink
[#4] Global Config Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Nov 6, 2023
1 parent 15e332c commit 4da75ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
group:
# test doc
- files:
- source: docs/CONTRIBUTING.md
repos: |
Oztechan/actions
19 changes: 19 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Global Config Update
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1

- name: GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1.21.0
with:
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
PR_LABELS: "config"
COMMIT_PREFIX: "Oztechan/Config#4 Global config update"

0 comments on commit 4da75ad

Please sign in to comment.