Disable gh actions workflows that won't work on our fork
And don't make sense. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
24
.github/workflows/api.yml
vendored
24
.github/workflows/api.yml
vendored
@@ -1,17 +1,17 @@
|
|||||||
name: Update API Data
|
name: Update API Data
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
- develop
|
# - develop
|
||||||
paths:
|
# paths:
|
||||||
- 'keyboards/**'
|
# - 'keyboards/**'
|
||||||
- 'layouts/community/**'
|
# - 'layouts/community/**'
|
||||||
- 'lib/python/**'
|
# - 'lib/python/**'
|
||||||
- 'data/**'
|
# - 'data/**'
|
||||||
- '.github/workflows/api.yml'
|
# - '.github/workflows/api.yml'
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
api_data:
|
api_data:
|
||||||
|
|||||||
6
.github/workflows/auto_approve.yml
vendored
6
.github/workflows/auto_approve.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Automatic Approve
|
name: Automatic Approve
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "*/5 * * * *"
|
# - cron: "*/5 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
automatic_approve:
|
automatic_approve:
|
||||||
|
|||||||
28
.github/workflows/auto_tag.yml
vendored
28
.github/workflows/auto_tag.yml
vendored
@@ -1,19 +1,19 @@
|
|||||||
name: Essential files modified
|
name: Essential files modified
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
paths:
|
# paths:
|
||||||
- builddefs/**/*
|
# - builddefs/**/*
|
||||||
- drivers/**/*
|
# - drivers/**/*
|
||||||
- platforms/**/*
|
# - platforms/**/*
|
||||||
- quantum/**/*
|
# - quantum/**/*
|
||||||
- tests/**/*
|
# - tests/**/*
|
||||||
- tmk_core/**/*
|
# - tmk_core/**/*
|
||||||
- util/**/*
|
# - util/**/*
|
||||||
- Makefile
|
# - Makefile
|
||||||
- '*.mk'
|
# - '*.mk'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tag:
|
tag:
|
||||||
|
|||||||
8
.github/workflows/develop_update.yml
vendored
8
.github/workflows/develop_update.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: Update develop after master merge
|
name: Update develop after master merge
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
develop_update:
|
develop_update:
|
||||||
|
|||||||
20
.github/workflows/docs.yml
vendored
20
.github/workflows/docs.yml
vendored
@@ -1,15 +1,15 @@
|
|||||||
name: Generate Docs
|
name: Generate Docs
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
paths:
|
# paths:
|
||||||
- 'tmk_core/**'
|
# - 'tmk_core/**'
|
||||||
- 'quantum/**'
|
# - 'quantum/**'
|
||||||
- 'platforms/**'
|
# - 'platforms/**'
|
||||||
- 'docs/**'
|
# - 'docs/**'
|
||||||
- '.github/workflows/docs.yml'
|
# - '.github/workflows/docs.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
generate:
|
generate:
|
||||||
|
|||||||
8
.github/workflows/feature_branch_update.yml
vendored
8
.github/workflows/feature_branch_update.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: Update feature branches after develop merge
|
name: Update feature branches after develop merge
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- develop
|
# - develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
feature_branch_update:
|
feature_branch_update:
|
||||||
|
|||||||
10
.github/workflows/format_push.yml
vendored
10
.github/workflows/format_push.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: Lint Format
|
name: Lint Format
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- master
|
# - master
|
||||||
- develop
|
# - develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: "Pull Request Labeler"
|
name: "Pull Request Labeler"
|
||||||
|
|
||||||
on:
|
#on:
|
||||||
pull_request_target:
|
# pull_request_target:
|
||||||
types: [opened, synchronize, reopened, ready_for_review, locked]
|
# types: [opened, synchronize, reopened, ready_for_review, locked]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
triage:
|
triage:
|
||||||
|
|||||||
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: 'Close stale issues and PRs'
|
name: 'Close stale issues and PRs'
|
||||||
on:
|
#on:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: '30 1 * * *'
|
# - cron: '30 1 * * *'
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
|
|||||||
Reference in New Issue
Block a user