Skip to content

Commit

Permalink
adding repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Sep 29, 2024
1 parent c21a3d7 commit 61f323d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Repository Metadata Sync

on:
push:
branches: [main, master]

jobs:
repo_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@v4
- name: Repository Metadata Sync
uses: iloveitaly/github-actions-metadata-sync@v1
with:
TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
4 changes: 3 additions & 1 deletion install/standard-exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ aw-categories.json
README.md
.mypy_cache
time-machine-includes.sh
.DS_Store
.DS_Store
.github
metadata.json
5 changes: 5 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"description": "I love terminal productivity",
"homepage": "https://github.com/iloveitaly/dotfiles",
"keywords": ["zsh", "ipython", "tmux", "ubuntu", "macos"]
}

0 comments on commit 61f323d

Please sign in to comment.