Skip to content

Commit

Permalink
updating actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Aug 1, 2023
1 parent 28510ad commit b1efe53
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 81 deletions.
8 changes: 8 additions & 0 deletions .github/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"
22 changes: 0 additions & 22 deletions .github/workflows/auto-create-collabs.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/file-sync-net-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: Net Standard File Sync
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
uses: actions/checkout@v3
# regular files
- name: Files
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/net-standard-cache-helper
Expand All @@ -32,6 +30,5 @@ jobs:
net-standard/.editorconfig=.editorconfig
release-maker.yml=.github/workflows/release-maker.yml
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
.github/workflows/stale-issues.yml=.github/workflows/stale-issues.yml
net-standard/codeql-analysis.yml=.github/workflows/codeql-analysis.yml
TOKEN: ${{ secrets.ACTIONS }}
9 changes: 3 additions & 6 deletions .github/workflows/file-sync-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@ name: Python File Sync
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
uses: actions/checkout@v3
# regular files
- name: Files
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/github-secret-recycler
FILES: |
LICENSE
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
.github/workflows/stale-issues.yml=.github/workflows/stale-issues.yml
python/sync-github-with-metadata-json.yml=.github/workflows/sync-github-with-metadata-json.yml
TOKEN: ${{ secrets.ACTIONS }}
13 changes: 5 additions & 8 deletions .github/workflows/file-sync-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: Shell File Sync
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
file_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
uses: actions/checkout@v3
# regular files
- name: Files
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/github-action-file-sync
Expand All @@ -29,12 +27,11 @@ jobs:
LICENSE
release-maker.yml=.github/workflows/release-maker.yml
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
.github/workflows/stale-issues.yml=.github/workflows/stale-issues.yml
shell/sync-github-with-metadata-json.yml=.github/workflows/sync-github-with-metadata-json.yml
TOKEN: ${{ secrets.ACTIONS }}
# azure pipelines v1
- name: Azure Pipelines V1
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/github-action-repo-sync
Expand All @@ -48,7 +45,7 @@ jobs:
TOKEN: ${{ secrets.ACTIONS }}
# azure pipelines v2
- name: Azure Pipelines V2
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/github-action-file-sync
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/file-sync-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,17 @@ name: Typescript File Sync
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
file_syncs:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
uses: actions/checkout@v3
# all
- name: All
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/homebridge-schedule
Expand All @@ -36,7 +34,6 @@ jobs:
kbrashears5/typescript-ilogger
FILES: |
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
.github/workflows/stale-issues.yml=.github/workflows/stale-issues.yml
LICENSE
typescript/.eslintignore
typescript/.eslintrc.yml
Expand All @@ -53,7 +50,7 @@ jobs:
TOKEN: ${{ secrets.ACTIONS }}
# tsconfig - lib
- name: tsconfig - lib
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/typescript-aws-apigateway-helper
Expand All @@ -76,7 +73,7 @@ jobs:
TOKEN: ${{ secrets.ACTIONS }}
# tsconfig - dist
- name: tsconfig - dist
uses: kbrashears5/github-action-file-sync@master
uses: kbrashears5/github-action-file-sync@v2
with:
REPOSITORIES: |
kbrashears5/homebridge-schedule
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Issue Notifier
uses: kbrashears5/github-action-issue-assigner@master
uses: kbrashears5/github-action-issue-assigner@v1
with:
TOKEN: ${{ secrets.BOT_ACTIONS }}
6 changes: 2 additions & 4 deletions .github/workflows/repo-settings-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Repo Settings Sync
on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
repo_settings_sync:
runs-on: ubuntu-latest
steps:
- name: Repo Setup
uses: kbrashears5/github-action-repo-settings-sync@master
uses: kbrashears5/github-action-repo-settings-sync@v2
with:
ALLOW_PROJECTS: 'false'
ALLOW_WIKI: 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Fetching Local Repository
uses: actions/checkout@master
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@master
uses: kbrashears5/github-action-repo-sync@v1
with:
TYPE: npm
PATH: metadata.json
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/stale-issues.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Kevin Brashears
Copyright (c) 2023 Kevin Brashears

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"description": "Repo about me. Also is master repo for file sync",
"description": "Repo about me. Also is main repo for file sync",
"homepage": "https://github.com/kbrashears5/kbrashears5",
"keywords": [
"kbrashears5",
"homepage",
"sync",
"master",
"main",
"workflows"
]
}
2 changes: 1 addition & 1 deletion release-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Release Maker
uses: kbrashears5/github-action-release-maker@master
uses: kbrashears5/github-action-release-maker@main
with:
VERSION: ${{ github.event.client_payload.version }}
TOKEN: ${{ secrets.ACTIONS }}

0 comments on commit b1efe53

Please sign in to comment.