Skip to content

Commit

Permalink
updating python syncs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Aug 1, 2023
1 parent 246d465 commit 3c9a7bb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ updates:
# reviewers:
# - "kbrashears5"

# - package-ecosystem: "github-actions"
# directory: "/python"
# schedule:
# interval: "weekly"
# reviewers:
# - "kbrashears5"
- package-ecosystem: "github-actions"
directory: "/python"
schedule:
interval: "weekly"
reviewers:
- "kbrashears5"

- package-ecosystem: "github-actions"
directory: "/shell"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/file-sync-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- name: Fetching Local Repository
uses: actions/checkout@v3
# regular files
- name: Files
uses: kbrashears5/github-action-file-sync@v3.0.0
with:
Expand All @@ -20,5 +19,6 @@ jobs:
FILES: |
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
LICENSE
python/dependabot.yml=.github/dependabot.yml
python/repo-metadata-sync.yml=.github/workflows/repo-metadata-sync.yml
TOKEN: ${{ secrets.ACTIONS }}
1 change: 0 additions & 1 deletion .github/workflows/file-sync-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- name: Fetching Local Repository
uses: actions/checkout@v3
# regular files
- name: Files
uses: kbrashears5/github-action-file-sync@v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Repo | Version | Issues | Implementations |
| --- | --- | --- | --- |
| [github-action-file-sync](https://github.com/kbrashears5/github-action-file-sync) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-file-sync)](https://img.shields.io/github/v/release/kbrashears5/github-action-file-sync) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-file-sync)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-file-sync) | [![Net Standard File Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-net-standard.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-net-standard.yml) [![Python File Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-python.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-python.yml) [![Shell File Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-shell.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-shell.yml) [![Typescript File Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-typescript.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/file-sync-typescript.yml) |
| [github-action-repo-sync](https://github.com/kbrashears5/github-action-repo-sync) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-sync)](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-sync) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-sync)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-sync) | [![Repo Metadata Sync (this repo)](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-sync.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-sync.yml) |
| [github-action-repo-sync](https://github.com/kbrashears5/github-action-repo-sync) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-sync)](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-sync) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-sync)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-sync) | [![Repo Metadata Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-metadata-sync.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-metadata-sync.yml) |
| [github-action-repo-settings-sync](https://github.com/kbrashears5/github-action-repo-settings-sync) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-settings-sync)](https://img.shields.io/github/v/release/kbrashears5/github-action-repo-settings-sync) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-settings-sync)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-repo-settings-sync) | [![Repo Settings Sync](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-settings-sync.yml/badge.svg)](https://github.com/kbrashears5/kbrashears5/actions/workflows/repo-settings-sync.yml) |
| [github-action-release-maker](https://github.com/kbrashears5/github-action-release-maker) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-release-maker)](https://img.shields.io/github/v/release/kbrashears5/github-action-release-maker) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-release-maker)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-release-maker) | |
| [github-action-auto-create-collabs](https://github.com/kbrashears5/github-action-auto-create-collabs) | [![version](https://img.shields.io/github/v/release/kbrashears5/github-action-auto-create-collabs)](https://img.shields.io/github/v/release/kbrashears5/github-action-auto-create-collabs) | [![issues](https://img.shields.io/github/issues-raw/kbrashears5/github-action-auto-create-collabs)](https://img.shields.io/github/issues-raw/kbrashears5/github-action-auto-create-collabs) | |
Expand Down
8 changes: 8 additions & 0 deletions python/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "kbrashears5"
4 changes: 2 additions & 2 deletions python/repo-metadata-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@main
uses: actions/checkout@v3
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@main
uses: kbrashears5/github-action-repo-sync@v2.0.0
with:
TYPE: npm
PATH: metadata.json
Expand Down

0 comments on commit 3c9a7bb

Please sign in to comment.