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:
parent
1bd49b127b
commit
98ebc096ad
24
.github/workflows/api.yml
vendored
24
.github/workflows/api.yml
vendored
@ -1,17 +1,17 @@
|
||||
name: Update API Data
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
paths:
|
||||
- 'keyboards/**'
|
||||
- 'layouts/community/**'
|
||||
- 'lib/python/**'
|
||||
- 'data/**'
|
||||
- '.github/workflows/api.yml'
|
||||
workflow_dispatch:
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - develop
|
||||
# paths:
|
||||
# - 'keyboards/**'
|
||||
# - 'layouts/community/**'
|
||||
# - 'lib/python/**'
|
||||
# - 'data/**'
|
||||
# - '.github/workflows/api.yml'
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
api_data:
|
||||
|
||||
6
.github/workflows/auto_approve.yml
vendored
6
.github/workflows/auto_approve.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: Automatic Approve
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "*/5 * * * *"
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: "*/5 * * * *"
|
||||
|
||||
jobs:
|
||||
automatic_approve:
|
||||
|
||||
28
.github/workflows/auto_tag.yml
vendored
28
.github/workflows/auto_tag.yml
vendored
@ -1,19 +1,19 @@
|
||||
name: Essential files modified
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- builddefs/**/*
|
||||
- drivers/**/*
|
||||
- platforms/**/*
|
||||
- quantum/**/*
|
||||
- tests/**/*
|
||||
- tmk_core/**/*
|
||||
- util/**/*
|
||||
- Makefile
|
||||
- '*.mk'
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# paths:
|
||||
# - builddefs/**/*
|
||||
# - drivers/**/*
|
||||
# - platforms/**/*
|
||||
# - quantum/**/*
|
||||
# - tests/**/*
|
||||
# - tmk_core/**/*
|
||||
# - util/**/*
|
||||
# - Makefile
|
||||
# - '*.mk'
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
|
||||
jobs:
|
||||
develop_update:
|
||||
|
||||
20
.github/workflows/docs.yml
vendored
20
.github/workflows/docs.yml
vendored
@ -1,15 +1,15 @@
|
||||
name: Generate Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'tmk_core/**'
|
||||
- 'quantum/**'
|
||||
- 'platforms/**'
|
||||
- 'docs/**'
|
||||
- '.github/workflows/docs.yml'
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# paths:
|
||||
# - 'tmk_core/**'
|
||||
# - 'quantum/**'
|
||||
# - 'platforms/**'
|
||||
# - 'docs/**'
|
||||
# - '.github/workflows/docs.yml'
|
||||
|
||||
jobs:
|
||||
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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
|
||||
jobs:
|
||||
feature_branch_update:
|
||||
|
||||
10
.github/workflows/format_push.yml
vendored
10
.github/workflows/format_push.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Lint Format
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
#on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# - develop
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: "Pull Request Labeler"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, ready_for_review, locked]
|
||||
#on:
|
||||
# pull_request_target:
|
||||
# types: [opened, synchronize, reopened, ready_for_review, locked]
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
|
||||
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: 'Close stale issues and PRs'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
workflow_dispatch:
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: '30 1 * * *'
|
||||
# workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user