Skip to content

Commit 3affccc

Browse files
github-actions[bot]RadxaYuntian
authored andcommitted
chore: templates generated by RadxaOS-SDK/rsdk@036c1a6.dirty
1 parent 33dee63 commit 3affccc

21 files changed

Lines changed: 99 additions & 29 deletions

.devcontainer/.devenv/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
22
!.gitignore
3+

.devcontainer/.direnv/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
22
!.gitignore
3+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"features": {
3+
"ghcr.io/devcontainers/features/nix:1": {
4+
"version": "1.3.1",
5+
"resolved": "ghcr.io/devcontainers/features/nix@sha256:8953a9da475055d140db0ede314e8e1b117d28c1eabf289c1b07c7619ce6c078",
6+
"integrity": "sha256:8953a9da475055d140db0ede314e8e1b117d28c1eabf289c1b07c7619ce6c078"
7+
}
8+
}
9+
}
10+

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
],
5757
"updateContentCommand": "make devcontainer_setup",
5858
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind,consistency=cached"
59-
}
59+
}

.devenv/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
22
!.gitignore
3+

.direnv/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*
22
!.gitignore
3+

.envrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ eval "$(devenv direnvrc)"
55
# You can pass flags to the devenv command
66
# For example: use devenv --impure --option services.postgres.enable:bool true
77
use devenv
8+

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
package-ecosystem: "github-actions"
44
schedule:
55
interval: "daily"
6-
version: 2
6+
version: 2

.github/workflows/check_linked_issue.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ jobs:
99
steps:
1010
- name: "Check linked issues"
1111
uses: "nearform-actions/github-action-check-linked-issues@v1"
12+
timeout-minutes: 10
1213
name: "Check linked issues"
1314
"on":
1415
pull_request_target:
1516
types:
1617
- "opened"
1718
- "reopened"
18-
permissions: {}
19+
permissions: {}

.github/workflows/dependabot.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
gh pr review --approve "$PR_URL"
1717
- continue-on-error: true
1818
env:
19-
GH_TOKEN: "${{secrets.GIT_PUSH_TOKEN}}"
19+
GH_TOKEN: "${{secrets.CODE_WRITE_TOKEN}}"
2020
PR_URL: "${{github.event.pull_request.html_url}}"
2121
name: "Approve a PR with private token"
2222
run: |
@@ -27,9 +27,10 @@ jobs:
2727
name: "Enable auto-merge for Dependabot PRs"
2828
run: |
2929
gh pr merge --auto --merge "$PR_URL"
30+
timeout-minutes: 10
3031
name: "Dependabot auto-merge"
3132
"on":
3233
pull_request: {}
3334
permissions:
3435
contents: "write"
35-
pull-requests: "write"
36+
pull-requests: "write"

0 commit comments

Comments
 (0)