commit
9697387ca4
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Close inactive issues
|
name: Close inactive issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Auto Create Pre-Release Version
|
name: Auto Create Pre-Release Version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
name: Create New Version
|
name: Create New Version
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -5,11 +6,13 @@ on:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
type: choice
|
type: choice
|
||||||
|
default: 'Patch'
|
||||||
description: Select next release type
|
description: Select next release type
|
||||||
options:
|
options:
|
||||||
- Patch
|
- Patch
|
||||||
- Minor
|
- Minor
|
||||||
- Major
|
- Major
|
||||||
|
required: true
|
||||||
pre-release:
|
pre-release:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Set as Pre-release version
|
description: Set as Pre-release version
|
||||||
|
|
|
@ -49,8 +49,8 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
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_CHECKOV,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
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
name: WAU PS Test
|
---
|
||||||
|
name: WAU Powershell Test Runs
|
||||||
|
|
||||||
# yamllint disable-line rule:truthy
|
# yamllint disable-line rule:truthy
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types:
|
branches: [master, main]
|
||||||
- opened
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
Loading…
Reference in New Issue