From 9485e0692644e8d949e1eb852d95505d5e45ddd8 Mon Sep 17 00:00:00 2001 From: Xiaoguang Xing Date: Mon, 21 Jul 2025 06:27:48 +0800 Subject: [PATCH] Revert ".github: Add repo lockdown GitHub workflow and update .gitignore" This reverts commit c531adbf08cf9cd4cad0bc0c1fbf6e8333955e44. --- .github/workflows/repo-lockdown.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/repo-lockdown.yml diff --git a/.github/workflows/repo-lockdown.yml b/.github/workflows/repo-lockdown.yml deleted file mode 100644 index d74a7599..00000000 --- a/.github/workflows/repo-lockdown.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: 'Repo Lockdown' - -on: - pull_request_target: - types: opened - -permissions: - pull-requests: write - -jobs: - action: - runs-on: ubuntu-latest - steps: - - uses: dessant/repo-lockdown@v4 - with: - pr-comment: | - We have mailing list based patch review so it would be great if you can send these patchs to OpenSBI mailing list. - - You need to join OpenSBI mailing list using following link - http://lists.infradead.org/mailman/listinfo/opensbi - - Make sure you use "git send-email" to send the patches. - - Thanks for your contribution to OpenSBI project. - lock-pr: true - close-pr: true