Skip to content

Commit

Permalink
sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#86)
Browse files Browse the repository at this point in the history
* sync-server: synced local './.github/sync-client.yml' with remote './clients/web-blog.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 45ea7bb commit 09dfb8b
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/web-blog.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 09dfb8b

Please sign in to comment.