-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rusefillc
committed
Dec 4, 2023
1 parent
e4f88c9
commit 1e1101a
Showing
3 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
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,9 @@ | ||
name: Create Board | ||
|
||
on: [ push, pull_request ] | ||
|
||
jobs: | ||
call-workflow-passing-data: | ||
uses: andreika-git/hellen-one/.github/workflows/create-board.yaml@master | ||
permissions: | ||
contents: write |
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,5 @@ | ||
# removal example: R66006 would be removed from BOM | ||
R66006, | ||
|
||
# replacement example - replace specific fuse part number | ||
F42333310,"nSMD050-24V","SMD1206","C70076" |
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,8 @@ | ||
# make sure to increment revision BEFORE any changes to content | ||
|
||
BOARD_PREFIX=xxx | ||
BOARD_SUFFIX=yyy | ||
BOARD_REVISION=a | ||
|
||
# does not affect fab files, only needed to have nice rendered preview | ||
BOARD_PCB_OFFSET=0,0 |