Skip to content

Commit

Permalink
feat: ignore vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 20, 2024
1 parent 67b0faa commit f99fe86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,14 @@ on:
- 'projects/**'

jobs:
run-release:
name: Release
if: "!contains(github.event.head_commit.message, 'chore(release)')"
release:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.80.0
- uses: taiga-family/ci/actions/run/release-it@v1.80.0
with:
fetch-depth: 0
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/node@v1.80.0
- uses: taiga-family/ci/actions/setup/config/git@v1.80.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/config/npm@v1.80.0
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

- run: npx release-it ${{ github.event.inputs.mode || 'minor' }} --ci
env:
GITHUB_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
npmToken: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
1 change: 1 addition & 0 deletions projects/cspell-config/cspell.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'**/dist/**',
'**/cspell/**',
'**/assets/**',
'**/.vscode/**',
'**/node_modules/**',
'**/*.{log,svg,snap,png,ogv,yml,less,hbs}',
],
Expand Down

0 comments on commit f99fe86

Please sign in to comment.