Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No-Code Device Submission #49

Closed
wants to merge 39 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
3349884
Create new-device.yml
bmos Dec 15, 2023
a360432
Create new-device.yml
bmos Dec 15, 2023
a6d0692
Merge branch 'andrew-codechimp:main' into automatic-device-definitions
bmos Dec 15, 2023
d54ddc7
update json_validate actions
bmos Dec 15, 2023
9ae1531
update ruff and validate against 3.11 and 3.12
bmos Dec 15, 2023
4d6e46f
convert update-json to use python
bmos Dec 15, 2023
05b142c
update new-device.yml
bmos Dec 15, 2023
6e7a4f3
update new-device
bmos Dec 15, 2023
a0b875c
new device updates
bmos Dec 15, 2023
54d8b7b
update new-device.yml
bmos Dec 15, 2023
1988174
new-device.yml
bmos Dec 15, 2023
d8f261a
update new-device.yml
bmos Dec 15, 2023
6ea87bd
update new-device.yml
bmos Dec 15, 2023
bca248d
update new-device
bmos Dec 15, 2023
82d8fda
update new-device.yml
bmos Dec 15, 2023
96a1d82
update new-device.yml
bmos Dec 15, 2023
d451e5f
update new-device.yml
bmos Dec 15, 2023
81cc448
update new-device.yml
bmos Dec 15, 2023
14be150
update new-device.yml
bmos Dec 15, 2023
7637e42
update new-device.yml
bmos Dec 15, 2023
9f4ad5f
update new-deivce
bmos Dec 15, 2023
7c2d990
update new-device.yml
bmos Dec 15, 2023
a9fc0aa
update new-device
bmos Dec 15, 2023
67dea69
update new-device.yml
bmos Dec 15, 2023
4b27938
update new-device
bmos Dec 15, 2023
41da5a5
update new-device
bmos Dec 15, 2023
7043b9e
update new-dev9ice.yml
bmos Dec 15, 2023
834763f
sort by man/mod
bmos Dec 15, 2023
a2a27e0
stop defining branch name
bmos Dec 15, 2023
795fe31
work on issue edit also
bmos Dec 15, 2023
2ed98b0
clean up branch name
bmos Dec 15, 2023
7f31828
typo (not device)
bmos Dec 15, 2023
c7c3ecb
missing )
bmos Dec 15, 2023
760e53f
import re
bmos Dec 15, 2023
5d110dc
improved naming
bmos Dec 15, 2023
d2676b4
update new-dev
bmos Dec 15, 2023
fa89529
alt attemp
bmos Dec 15, 2023
e9a8f4e
remokve cmp
bmos Dec 15, 2023
497099f
sort in place
bmos Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
work on issue edit also
  • Loading branch information
bmos committed Dec 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 795fe31cd5a49366b182a87e018670e49975c6bd
2 changes: 1 addition & 1 deletion .github/workflows/new-device.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ name: New Device

on:
issues:
types: [opened]
types: [opened, edited]

jobs:
create-device-pull-request:
Loading