diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index 017f883..7eb3986 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Comments based card movements' diff --git a/.github/workflows/move-closed-issues.yml b/.github/workflows/move-closed-issues.yml index 7abde6b..a00cca3 100644 --- a/.github/workflows/move-closed-issues.yml +++ b/.github/workflows/move-closed-issues.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Move closed issues' diff --git a/.github/workflows/pr-review-hack.yml b/.github/workflows/pr-review-hack.yml index 00c8e1d..e12f086 100644 --- a/.github/workflows/pr-review-hack.yml +++ b/.github/workflows/pr-review-hack.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This is a hack to run reusable workflows in the main repo context and not from the forked repository. diff --git a/.github/workflows/pr-reviews-requested.yml b/.github/workflows/pr-reviews-requested.yml index 2f3725f..e8c9338 100644 --- a/.github/workflows/pr-reviews-requested.yml +++ b/.github/workflows/pr-reviews-requested.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Review based card movements' diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index b820d17..7e6e666 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] PR review comment card movements' @@ -6,6 +6,10 @@ on: pull_request_review_comment: types: - created + pull_request_review: + types: + - submitted + - dismissed permissions: {} # Avoid concurrency over the same issue concurrency: @@ -19,7 +23,7 @@ jobs: echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}" echo "${{ github.event.pull_request.number }}" > pull_request_number - name: Upload the PR number - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 + uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 with: name: pull_request_number path: ./pull_request_number \ No newline at end of file diff --git a/.github/workflows/reasign.yml b/.github/workflows/reasign.yml index ce670f7..b33bb15 100644 --- a/.github/workflows/reasign.yml +++ b/.github/workflows/reasign.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 name: '[Support] Review based card movements' diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 8800317..4dcaeeb 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -1,4 +1,4 @@ -# Copyright VMware, Inc. +# Copyright Broadcom, Inc. All Rights Reserved. # SPDX-License-Identifier: APACHE-2.0 # This workflow is built to manage the triage support by using GH issues.