From 4c717b149e055be93117b4e878c6475d528257a1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 14 Nov 2023 12:10:37 -0600 Subject: [PATCH 1/2] chore: update github actions [no ci] --- .github/workflows/failureNotifications.yml | 5 +---- .github/workflows/onRelease.yml | 2 +- .github/workflows/perf.yml | 4 ++-- CODEOWNERS | 7 +++++-- package.json | 1 - 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/failureNotifications.yml b/.github/workflows/failureNotifications.yml index 3f7c0d4441..2fe2fb8e13 100644 --- a/.github/workflows/failureNotifications.yml +++ b/.github/workflows/failureNotifications.yml @@ -1,13 +1,10 @@ name: failureNotifications - on: workflow_run: workflows: - - version, tag and github release - publish types: - completed - jobs: failure-notify: runs-on: ubuntu-latest @@ -15,7 +12,7 @@ jobs: steps: - name: Announce Failure id: slack - uses: slackapi/slack-github-action@v1.21.0 + uses: slackapi/slack-github-action@v1.24.0 env: # for non-CLI-team-owned plugins, you can send this anywhere you like SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }} diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 46b4c7cbc6..db03117ac4 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -17,7 +17,7 @@ jobs: tag: ${{ steps.distTag.outputs.tag }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.event.release.tag_name || inputs.tag }} - uses: salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index de4bb11542..f6f6ddf7ff 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -17,8 +17,8 @@ jobs: fail-fast: false runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: cache: yarn - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main diff --git a/CODEOWNERS b/CODEOWNERS index 522fa4a0f7..e0da4b2a8c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,5 @@ -# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing. -#ECCN:Open Source +# Techical writers will be added as reviewers on markdown changes. +*.md @salesforcecli/cli-docs + +# Comment line immediately above ownership line is reserved for related other information. Please be careful while editing. +#ECCN:Open Source 5D002 \ No newline at end of file diff --git a/package.json b/package.json index fe4a738dd8..1bc88ab798 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ }, "scripts": { "build": "wireit", - "ci-docs": "yarn sf-ci-docs", "clean": "sf-clean", "clean-all": "sf-clean all", "compile": "wireit", From e9a2a5f104d944561ff0ab451fe2f99100a2b6ee Mon Sep 17 00:00:00 2001 From: Willhoit Date: Wed, 15 Nov 2023 15:37:55 -0600 Subject: [PATCH 2/2] Update CODEOWNERS --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e0da4b2a8c..4d71d6d782 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ # Techical writers will be added as reviewers on markdown changes. -*.md @salesforcecli/cli-docs +*.md @forcedotcom/cli-docs # Comment line immediately above ownership line is reserved for related other information. Please be careful while editing. -#ECCN:Open Source 5D002 \ No newline at end of file +#ECCN:Open Source 5D002