forked from riscv-software-src/opensbi
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: workflows: stop repo-lockdown workflow for new pr
Signed-off-by: Xiaoguang Xing <[email protected]>
- Loading branch information
1 parent
7c4563b
commit e48b09d
Showing
1 changed file
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
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 | ||
#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 |