Skip to content

Commit

Permalink
[#8] Add .github folder sync files and its config (#9)
Browse files Browse the repository at this point in the history
* [#8] Add .github folder sync files and its config

* [#8] Add .github folder sync files and its config
  • Loading branch information
mustafaozhan authored Nov 7, 2023
1 parent 271720d commit d6e1eb3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Oztechan/core-team
1 change: 1 addition & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addAssignees: author
9 changes: 9 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ group:
Oztechan/CCC
Oztechan/Tracefit
Oztechan/actions
# .github
- files:
- source: .github/auto_assign.yml
- source: .github/CODEOWNERS
repos: |
Oztechan/CCC
Oztechan/Tracefit
Oztechan/actions
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
workflow_dispatch:
jobs:
sync:
GlobalConfigUpdate:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d6e1eb3

Please sign in to comment.