Skip to content

Commit 8dd10ae

Browse files
committed
Merge branch 'feat/bootscript-templating' of https://github.com/djurny/build into feat/bootscript-templating
2 parents f214384 + 59694ae commit 8dd10ae

File tree

2,196 files changed

+410583
-190273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,196 files changed

+410583
-190273
lines changed

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: "en-US"
2+
reviews:
3+
auto_review:
4+
enabled: true
5+
labels: ["Needs review"]
6+
ignore_usernames: ["dependabot[bot]", "renovate[bot]"]
7+
ignore_title_keywords: ["wip", "draft"]

.github/CODEOWNERS

Lines changed: 107 additions & 73 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ contact_links:
1919
url: https://github.com/armbian/configng/issues/new
2020
about: Utility for configuring your board, adjusting services and installing applications.
2121
- name: Issue with infrastructure
22-
url: https://github.com/armbian/mirror/issues/new
22+
url: https://github.com/armbian/armbian-router/issues/new
2323
about: Broken download links or just slow download

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
7+
labels:
8+
- "GitHub Actions"
9+
- "Dependencies"
810
- package-ecosystem: "pip"
911
directory: "/"
1012
schedule:
1113
interval: "weekly"
14+
labels:
15+
- "GitHub Actions"
16+
- "Dependencies"
17+
- "Python"

.github/logo.png

60.7 KB
Loading

.github/workflows/adjust-maintainers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: "Checkout build repo"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
repository: armbian/build
2626
ref: main
@@ -115,7 +115,7 @@ jobs:
115115
- [Contribute](https://docs.armbian.com/Process_Contribute/)
116116
117117
labels: |
118-
Needs review
118+
Work in progress
119119
#assignees: igorpecovnik
120120
#reviewers: Must be org collaborator
121121
draft: false

.github/workflows/clean-workflow-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
actions: write
2323
steps:
24-
- uses: igorjs/gh-actions-clean-workflow@v6
24+
- uses: igorjs/gh-actions-clean-workflow@v7
2525
with:
2626
runs_older_than: ${{ github.event.inputs.runs_older_than || env.SCHEDULED_RUNS_OLDER_THAN }}
2727
runs_to_keep: ${{ github.event.inputs.runs_to_keep || env.SCHEDULED_RUNS_TO_KEEP }}

.github/workflows/forked-helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Dispatch event on forked repository
2020
if: ${{ env.DISPATCH_SECRET != '' }} # Check that the secret has been set, if not, exit
21-
uses: peter-evans/repository-dispatch@v3
21+
uses: peter-evans/repository-dispatch@v4
2222
with:
2323
token: ${{ env.DISPATCH_SECRET }}
2424
repository: ${{ github.repository }}

.github/workflows/issue-welcome-first-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: plbstl/first-contribution@v3
14+
- uses: plbstl/first-contribution@v4
1515
with:
1616
labels: "Good first issue"
1717
issue-opened-msg: |

.github/workflows/labels-from-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Run Labeler
3030
uses: crazy-max/ghaction-github-labeler@v5

0 commit comments

Comments
 (0)