Skip to content

Commit 173a88c

Browse files
authored
Merge pull request #364 from cheyao/tutorial-update-v2
Updated tutorial footprints to conform with newest OPL versions
2 parents 4666cf9 + fb56a3e commit 173a88c

File tree

255 files changed

+364470
-1700
lines changed

Some content is hidden

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

255 files changed

+364470
-1700
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: 'Close stale issues and PRs'
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 4 * * *'
7+
8+
jobs:
9+
stale:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
15+
16+
- name: Checkout script repository
17+
uses: actions/checkout@v4
18+
with:
19+
repository: Seeed-Studio/sync-github-all-issues
20+
path: ci
21+
22+
- name: Run script
23+
run: ./ci/tools/stale.sh
24+
env:
25+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Automate Issue Management
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
- edited
8+
- assigned
9+
- unassigned
10+
- labeled
11+
- unlabeled
12+
- reopened
13+
14+
jobs:
15+
add_issue_to_project:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Add issue to GitHub Project
19+
uses: actions/add-to-project@v1.0.2
20+
with:
21+
project-url: https://github.com/orgs/Seeed-Studio/projects/17
22+
github-token: ${{ secrets.ISSUE_ASSEMBLE }}
23+
labeled: bug
24+
label-operator: NOT
135 KB
Loading
34.1 KB
Loading

hackpads/Duccs Fidget Toy/PCB/OPL_Kicad_Library/Grove Vision AI V2 Library/Grove - Vision AI Module V2.kicad_pcb

Lines changed: 43519 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)