Skip to content

Commit

Permalink
Merge dca445a into 55424b8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 20, 2022
2 parents 55424b8 + dca445a commit 681edaf
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 507 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: "CodeQL"
on:
push:
branches:
- main
- cspell4
- cspell5
pull_request:
branches:
- main
- cspell4
- cspell5
schedule:
- cron: "0 23 * * 0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- "!docs/**"
push:
branches:
- main
- cspell5
paths:
- "**/package.json"
- "**/package-lock.json"
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/cspell-action.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/cspell-cli.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/cspell4-integration-update.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Dependencies Main
name: CSpell5 - Update Dependencies Main

on:
push:
branches:
- main
- cspell5
paths:
- "**/package.json"
- "**/package-lock.json"
Expand All @@ -25,8 +25,8 @@ jobs:
if: github.repository_owner == 'streetsidesoftware'
runs-on: ubuntu-latest
env:
NEW_BRANCH: "update-dependencies-main"
REF_BRANCH: main
NEW_BRANCH: "cspell5-update-dependencies-main"
REF_BRANCH: cspell5
UPDATE_SNAPSHOTS: ${{ github.event.inputs.updateSnapshots == 'yes' || github.event.inputs.updateSnapshots == 'y' }}
steps:
- name: Start
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
name: Update Dictionaries Main
name: CSpell5 - Update Dictionaries Main

on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "website/**"

workflow_dispatch:
schedule:
- cron: "0 7 * * *"
- cron: "5 7 * * *"

permissions:
contents: read

env:
NEW_BRANCH: "update-dictionaries-main"
REF_BRANCH: main
NEW_BRANCH: "cspell5-update-dictionaries-main"
REF_BRANCH: cspell5

jobs:
check-dictionaries:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Integration Test Repositories
name: CSpell5 - Update Integration Test Repositories

on:
workflow_dispatch:
schedule:
- cron: "0 8 * * 1" # Monday at 8 UTC
- cron: "5 8 * * 1" # Monday at 8 UTC

permissions:
contents: read
Expand All @@ -13,8 +13,8 @@ jobs:
if: github.repository_owner == 'streetsidesoftware'
runs-on: ubuntu-latest
env:
NEW_BRANCH: "update-integration-repositories"
REF_BRANCH: main
NEW_BRANCH: "cspell5-update-integration-repositories"
REF_BRANCH: cspell5
steps:
- name: Start
run: |
Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/deploy-website.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "!docs/**"
push:
branches:
- main
- cspell5
paths:
- "packages/**/package.json"
- "packages/**/package-lock.json"
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/issues-lock.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "docs/**"
push:
branches:
- main
- cspell5
paths:
- "docs/**"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "docs/**"
push:
branches:
- main
- cspell5
paths-ignore:
- "docs/**"

Expand Down

0 comments on commit 681edaf

Please sign in to comment.