.github: Add repo lockdown GitHub workflow and update .gitignore

This commit adds a new GitHub Actions workflow for repository
lockdown. The workflow triggers when a pull request is opened, and it
notifies the contributor to use the OpenSBI mailing list for patch
reviews.

Additionally, the .gitignore file is updated to include the .github
directory.

Signed-off-by: Dongdong Zhang <zhangdongdong@eswincomputing.com>
Reviewed-by: Anup Patel <anup@branifault.org>
This commit is contained in:
Dongdong Zhang
2024-06-24 16:42:01 +08:00
committed by Anup Patel
parent 455de672dd
commit c531adbf08
2 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
# exceptions we need even begin with dot
!.clang-format
!.gitignore
!.github
# Object files
*.o