chore(ci): change workflow
This commit is contained in:
parent
eb046a2059
commit
612ad5aff1
9 changed files with 9 additions and 41 deletions
|
@ -3,9 +3,7 @@ name: Check Misskey JS version
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/misskey-js/package.json
|
||||
- package.json
|
||||
|
|
6
.github/workflows/dockle.yml
vendored
6
.github/workflows/dockle.yml
vendored
|
@ -3,9 +3,7 @@ name: Dockle
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
@ -20,7 +18,7 @@ jobs:
|
|||
context: .
|
||||
push: false
|
||||
provenance: false
|
||||
cache-from: type=registry,ref=ghcr.io/misskeyio/misskey:io-buildcache
|
||||
cache-from: type=registry,ref=ghcr.io/swrei/misskey:oscar-buildcache
|
||||
tags: |
|
||||
misskey:scan
|
||||
- name: Run dockle
|
||||
|
|
16
.github/workflows/labeler.yml
vendored
16
.github/workflows/labeler.yml
vendored
|
@ -1,16 +0,0 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
pull_request_target:
|
||||
branches-ignore:
|
||||
- 'l10n_develop'
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -3,9 +3,7 @@ name: Lint
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/backend/**
|
||||
- packages/frontend/**
|
||||
|
|
4
.github/workflows/test-backend.yml
vendored
4
.github/workflows/test-backend.yml
vendored
|
@ -3,9 +3,7 @@ name: Test (backend)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/backend/**
|
||||
# for permissions
|
||||
|
|
4
.github/workflows/test-frontend.yml
vendored
4
.github/workflows/test-frontend.yml
vendored
|
@ -3,9 +3,7 @@ name: Test (frontend)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/frontend/**
|
||||
# for permissions
|
||||
|
|
4
.github/workflows/test-misskey-js.yml
vendored
4
.github/workflows/test-misskey-js.yml
vendored
|
@ -6,9 +6,7 @@ name: Test (misskey.js)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/misskey-js/**
|
||||
pull_request:
|
||||
|
|
4
.github/workflows/test-production.yml
vendored
4
.github/workflows/test-production.yml
vendored
|
@ -3,9 +3,7 @@ name: Test (production install and build)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
|
4
.github/workflows/validate-api-json.yml
vendored
4
.github/workflows/validate-api-json.yml
vendored
|
@ -3,9 +3,7 @@ name: Test (backend)
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- beta
|
||||
- io
|
||||
- host
|
||||
- oscar
|
||||
paths:
|
||||
- packages/backend/**
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue