Improve Github Workflows

pull/322/head
Fabian Seitz 2023-04-18 14:41:35 +02:00
parent 32955b1418
commit 4f6d316419
5 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,4 @@
---
name: Close inactive issues name: Close inactive issues
on: on:
schedule: schedule:

View File

@ -1,3 +1,4 @@
---
name: Auto Create Pre-Release Version name: Auto Create Pre-Release Version
on: on:

View File

@ -1,3 +1,4 @@
---
name: Create New Version name: Create New Version
on: on:
@ -7,9 +8,9 @@ on:
type: choice type: choice
description: Select next release type description: Select next release type
options: options:
- Patch - Patch
- Minor - Minor
- Major - Major
pre-release: pre-release:
type: boolean type: boolean
description: Set as Pre-release version description: Set as Pre-release version

View File

@ -50,7 +50,7 @@ jobs:
SPELL_CSPELL_CONFIG_FILE: .github/cspell.json SPELL_CSPELL_CONFIG_FILE: .github/cspell.json
POWERSHELL_POWERSHELL_CONFIG_FILE: .github/.powershell-psscriptanalyzer.psd1 POWERSHELL_POWERSHELL_CONFIG_FILE: .github/.powershell-psscriptanalyzer.psd1
DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM,REPOSITORY_GIT_DIFF,SPELL_CSPELL,SPELL_PROSELINT,COPYPASTE_JSCPD,MARKDOWN_MARKDOWN_LINK_CHECK DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM,REPOSITORY_GIT_DIFF,SPELL_CSPELL,SPELL_PROSELINT,COPYPASTE_JSCPD,MARKDOWN_MARKDOWN_LINK_CHECK
FILTER_REGEX_EXCLUDE: (.github/workflows/) FILTER_REGEX_EXCLUDE: (workflows/)
# Upload MegaLinter artifacts # Upload MegaLinter artifacts
- name: Archive production artifacts - name: Archive production artifacts

View File

@ -1,3 +1,4 @@
---
name: WAU PS Test name: WAU PS Test
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy