diff --git a/.github/workflows/CloseInactiveIssues.yml b/.github/workflows/CloseInactiveIssues.yml index d86e255..daad263 100644 --- a/.github/workflows/CloseInactiveIssues.yml +++ b/.github/workflows/CloseInactiveIssues.yml @@ -1,3 +1,4 @@ +--- name: Close inactive issues on: schedule: diff --git a/.github/workflows/WAU-AutoCreatePreVersion.yml b/.github/workflows/WAU-AutoCreatePreVersion.yml index ba9b1f6..f40d956 100644 --- a/.github/workflows/WAU-AutoCreatePreVersion.yml +++ b/.github/workflows/WAU-AutoCreatePreVersion.yml @@ -1,3 +1,4 @@ +--- name: Auto Create Pre-Release Version on: diff --git a/.github/workflows/WAU-CreateNewVersion.yml b/.github/workflows/WAU-CreateNewVersion.yml index a61898d..e35623c 100644 --- a/.github/workflows/WAU-CreateNewVersion.yml +++ b/.github/workflows/WAU-CreateNewVersion.yml @@ -1,3 +1,4 @@ +--- name: Create New Version on: @@ -5,11 +6,13 @@ on: inputs: version: type: choice + default: 'Patch' description: Select next release type options: - - Patch - - Minor - - Major + - Patch + - Minor + - Major + required: true pre-release: type: boolean description: Set as Pre-release version diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 3750b34..d3ae61f 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -49,8 +49,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SPELL_CSPELL_CONFIG_FILE: .github/cspell.json 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 - FILTER_REGEX_EXCLUDE: (.github/workflows/) + DISABLE_ERRORS_LINTERS: REPOSITORY_DEVSKIM,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,SPELL_CSPELL,SPELL_PROSELINT,COPYPASTE_JSCPD,MARKDOWN_MARKDOWN_LINK_CHECK + FILTER_REGEX_EXCLUDE: (workflows/) # Upload MegaLinter artifacts - name: Archive production artifacts diff --git a/.github/workflows/powershell-tests.yaml b/.github/workflows/powershell-tests.yaml index 8c6bef0..4936854 100644 --- a/.github/workflows/powershell-tests.yaml +++ b/.github/workflows/powershell-tests.yaml @@ -1,13 +1,10 @@ -name: WAU PS Test +--- +name: WAU Powershell Test Runs # yamllint disable-line rule:truthy on: - push: pull_request: - types: - - opened - - reopened - - synchronize + branches: [master, main] workflow_dispatch: permissions: