From 61f323df43f09246830c63db6c64e1ff54606790 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Sun, 29 Sep 2024 08:46:47 -0600 Subject: [PATCH] adding repo metadata --- .github/workflows/repo-sync.yml | 16 ++++++++++++++++ install/standard-exclude.txt | 4 +++- metadata.json | 5 +++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/repo-sync.yml create mode 100644 metadata.json diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml new file mode 100644 index 0000000..55ce640 --- /dev/null +++ b/.github/workflows/repo-sync.yml @@ -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 }} diff --git a/install/standard-exclude.txt b/install/standard-exclude.txt index 063fb6f..970b4cf 100644 --- a/install/standard-exclude.txt +++ b/install/standard-exclude.txt @@ -17,4 +17,6 @@ aw-categories.json README.md .mypy_cache time-machine-includes.sh -.DS_Store \ No newline at end of file +.DS_Store +.github +metadata.json \ No newline at end of file diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..e2fdba7 --- /dev/null +++ b/metadata.json @@ -0,0 +1,5 @@ +{ + "description": "I love terminal productivity", + "homepage": "https://github.com/iloveitaly/dotfiles", + "keywords": ["zsh", "ipython", "tmux", "ubuntu", "macos"] +}