Skip to content

Commit 3a0456e

Browse files
authored
Merge branch 'main' into work
2 parents 3b54790 + fa3eb7a commit 3a0456e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Add new issue to our main project
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@main
14+
with:
15+
# You can target a project in a different organization
16+
# to the issue
17+
project-url: https://github.com/orgs/sparkfun/projects/19
18+
github-token: ${{ secrets.DEFECT_ADD_TO_PROJECT }}

keywords.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Syntax Coloring Map for SparkFun AS7331 Arduino Library
22

3-
# Datatypes (KEYWORD1)
3+
# Datatypes (KEYWORD1)
44
as7331_dev_op_state_t KEYWORD1
55
as7331_gain_t KEYWORD1
66
as7331_conv_clk_freq_t KEYWORD1

0 commit comments

Comments
 (0)