Skip to content

Commit

Permalink
Update repository files (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mashiro authored Jan 16, 2024
1 parent 7f8b927 commit 93cddac
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 25 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/npm_ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ on:
jobs:
npm_ci:
name: npm CI
uses: Katsute/Workflows/.github/workflows/npm.ci.yml@main
with:
compile-post: npm run package
test: false
uses: KatsuteDev/Workflows/.github/workflows/npm.ci.yml@main
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [pull_request_target]
jobs:
vscode:
name: Bump VSCode Version
uses: Katsute/Workflows/.github/workflows/dependabot-vscode.yml@main
uses: KatsuteDev/Workflows/.github/workflows/dependabot.vscode.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [pull_request_target]
jobs:
dependabot:
name: Dependabot[bot]
uses: Katsute/Workflows/.github/workflows/dependabot.yml@main
uses: KatsuteDev/Workflows/.github/workflows/dependabot.yml@main
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
jobs:
deploy:
name: Deploy
uses: Katsute/Workflows/.github/workflows/npm.vsce.deploy.yml@main
uses: KatsuteDev/Workflows/.github/workflows/npm.deploy.vs.yml@main
with:
file: '**.vsix'
environment: VSCE Package
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
VSCE: ${{ secrets.VSCE }}
secrets: inherit
16 changes: 6 additions & 10 deletions .github/workflows/manager.yml → .github/workflows/kdevbot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Repository Manager
name: kdevbot[bot]
on:
workflow_dispatch:
schedule:
Expand All @@ -16,14 +16,10 @@ on:
types: [published]

jobs:
manager:
name: Repository Manager
uses: Katsute/Workflows/.github/workflows/manager.yml@main
kdevbot:
name: kdevbot[bot]
uses: KatsuteDev/kdevbot/.github/workflows/kdevbot.yml@main
if: >-
${{
(github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev') &&
github.actor != 'mashiro-san' &&
github.repository_owner == 'KatsuteDev' &&
!endsWith(github.actor, '[bot]')
}}
secrets:
token: ${{ secrets.BOT }}
secrets: inherit
7 changes: 3 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
stale:
name: Stale
uses: Katsute/Workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'Katsute' || github.repository_owner == 'KatsuteDev'
secrets:
token: ${{ secrets.BOT }}
uses: KatsuteDev/Workflows/.github/workflows/stale.yml@main
if: github.repository_owner == 'KatsuteDev'
secrets: inherit

0 comments on commit 93cddac

Please sign in to comment.