Skip to content

Commit

Permalink
Merge pull request #138 from jdorigao/buildroot-202408
Browse files Browse the repository at this point in the history
buildroot: bump to 2024.08.02
  • Loading branch information
jdorigao authored Dec 6, 2024
2 parents 5a5ce2f + 0ee089d commit 5e7ad8c
Show file tree
Hide file tree
Showing 2,985 changed files with 38,967 additions and 22,394 deletions.
2,683 changes: 1,345 additions & 1,338 deletions .checkpackageignore

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions .github/workflows/repo-lockdown.yml
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

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/output
/output*
/dl
/.auto.deps
/.config.cmd
Expand Down
Loading

0 comments on commit 5e7ad8c

Please sign in to comment.