-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from jdorigao/buildroot-202408
buildroot: bump to 2024.08.02
- Loading branch information
Showing
2,985 changed files
with
38,967 additions
and
22,394 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: 'Repo Lockdown' | ||
|
||
on: | ||
pull_request_target: | ||
types: opened | ||
|
||
permissions: | ||
pull-requests: write | ||
|
||
jobs: | ||
action: | ||
if: github.repository == 'buildroot/buildroot' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dessant/repo-lockdown@v4 | ||
with: | ||
pr-comment: | | ||
Please do not submit a Pull Request via GitHub. Buildroot makes use of a | ||
[mailing list](http://lists.buildroot.org/mailman/listinfo/buildroot) for patch submission and review. | ||
See [submitting your own patches](http://buildroot.org/manual.html#submitting-patches) for more info. | ||
Thanks for your help! | ||
lock-pr: true | ||
close-pr: true | ||
|
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,4 +1,4 @@ | ||
/output | ||
/output* | ||
/dl | ||
/.auto.deps | ||
/.config.cmd | ||
|
Oops, something went wrong.