diff --git a/.github/workflows/maintainer_management.yml b/.github/workflows/maintainer_management.yml index bbe3334c7..9f255d6f3 100644 --- a/.github/workflows/maintainer_management.yml +++ b/.github/workflows/maintainer_management.yml @@ -1,7 +1,7 @@ name: Maintainer Management Workflow on: - pull_request: + pull_request_target: types: [closed] paths: - 'MAINTAINERS.yaml' @@ -267,4 +267,4 @@ jobs: SLACK_WEBHOOK: ${{secrets.SLACK_CI_FAIL_NOTIFY}} SLACK_TITLE: 🚨 Maintainer Management Workflow failed 🚨 SLACK_MESSAGE: Failed to post a message to new Maintainer - MSG_MINIMAL: true \ No newline at end of file + MSG_MINIMAL: true diff --git a/.github/workflows/maintainers-tsc-changes-verification.yaml b/.github/workflows/maintainers-tsc-changes-verification.yaml index 8cb002aaf..e73b97b9f 100644 --- a/.github/workflows/maintainers-tsc-changes-verification.yaml +++ b/.github/workflows/maintainers-tsc-changes-verification.yaml @@ -1,7 +1,7 @@ name: Verify tsc and maintainers changes by human and bot on: - pull_request: + pull_request_target: types: [synchronize, opened, reopened] paths: - "MAINTAINERS.yaml" diff --git a/.github/workflows/tsc_management.yml b/.github/workflows/tsc_management.yml index ea51cf729..806773154 100644 --- a/.github/workflows/tsc_management.yml +++ b/.github/workflows/tsc_management.yml @@ -1,7 +1,7 @@ name: TSC Management Workflow on: - pull_request: + pull_request_target: types: [closed] paths: - 'MAINTAINERS.yaml'