Skip to content

Commit

Permalink
sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#47)
Browse files Browse the repository at this point in the history
* sync-server: synced local './.github/sync-client.yml' with remote './clients/npm-clang-format-node.yml'

* sync-server: created local './.github/ISSUE_TEMPLATE/1-bug.md' from remote './configs/.github/ISSUE_TEMPLATE/1-bug.md'

* sync-server: created local './.github/ISSUE_TEMPLATE/2-suggestion.md' from remote './configs/.github/ISSUE_TEMPLATE/2-suggestion.md'

* sync-server: created local './.github/ISSUE_TEMPLATE/3-others.md' from remote './configs/.github/ISSUE_TEMPLATE/3-others.md'

* Delete .github/ISSUE_TEMPLATE/bug.md

* Delete .github/ISSUE_TEMPLATE/others.md

* Delete .github/ISSUE_TEMPLATE/suggestion.md
  • Loading branch information
lumirlumir authored Oct 4, 2024
1 parent a329568 commit 37e4b3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions .github/sync-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ lumirlumir/lumirlumir-configs:
- source: ./.github/sync-client.yml
dest: ./clients/npm-clang-format-node.yml
# ./.github/ISSUE_TEMPLATE
- source: ./.github/ISSUE_TEMPLATE/bug.md
dest: ./configs/.github/ISSUE_TEMPLATE/bug.md
- source: ./.github/ISSUE_TEMPLATE/others.md
dest: ./configs/.github/ISSUE_TEMPLATE/others.md
- source: ./.github/ISSUE_TEMPLATE/suggestion.md
dest: ./configs/.github/ISSUE_TEMPLATE/suggestion.md
- source: ./.github/ISSUE_TEMPLATE/1-bug.md
dest: ./configs/.github/ISSUE_TEMPLATE/1-bug.md
- source: ./.github/ISSUE_TEMPLATE/2-suggestion.md
dest: ./configs/.github/ISSUE_TEMPLATE/2-suggestion.md
- source: ./.github/ISSUE_TEMPLATE/3-others.md
dest: ./configs/.github/ISSUE_TEMPLATE/3-others.md
# ./.github/workflows
- source: ./.github/workflows/bump.yml
dest: ./configs/.github/workflows/bump.yml
Expand Down

0 comments on commit 37e4b3c

Please sign in to comment.