From 98ebc096adc361fbd51c6bd6dbe0a776edc305fa Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 16 Dec 2022 11:35:04 +0800 Subject: [PATCH] Disable gh actions workflows that won't work on our fork And don't make sense. Signed-off-by: Daniel Schaefer --- .github/workflows/api.yml | 24 +++++++++--------- .github/workflows/auto_approve.yml | 6 ++--- .github/workflows/auto_tag.yml | 28 ++++++++++----------- .github/workflows/develop_update.yml | 8 +++--- .github/workflows/docs.yml | 20 +++++++-------- .github/workflows/feature_branch_update.yml | 8 +++--- .github/workflows/format_push.yml | 10 ++++---- .github/workflows/labeler.yml | 6 ++--- .github/workflows/stale.yml | 8 +++--- 9 files changed, 59 insertions(+), 59 deletions(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 0cff4f6e75..07499a3c29 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -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: diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml index dea3f017dd..3fe5c13905 100644 --- a/.github/workflows/auto_approve.yml +++ b/.github/workflows/auto_approve.yml @@ -1,8 +1,8 @@ name: Automatic Approve -on: - schedule: - - cron: "*/5 * * * *" +#on: +# schedule: +# - cron: "*/5 * * * *" jobs: automatic_approve: diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 3f7e5b4ab1..e372b276d7 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -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: diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml index 18ca84162b..5452d3527b 100644 --- a/.github/workflows/develop_update.yml +++ b/.github/workflows/develop_update.yml @@ -1,9 +1,9 @@ name: Update develop after master merge -on: - push: - branches: - - master +#on: +# push: +# branches: +# - master jobs: develop_update: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1497739a0b..28efa3d5b5 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index 90cd85e355..07a7e18873 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml @@ -1,9 +1,9 @@ name: Update feature branches after develop merge -on: - push: - branches: - - develop +#on: +# push: +# branches: +# - develop jobs: feature_branch_update: diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 910bba9a4e..06a65538f1 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml @@ -1,10 +1,10 @@ name: Lint Format -on: - push: - branches: - - master - - develop +#on: +# push: +# branches: +# - master +# - develop jobs: lint: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 3b99a8f43e..7b020f3006 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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: diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 297af8e19c..362c26e5a2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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