We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b54790 + fa3eb7a commit 3a0456eCopy full SHA for 3a0456e
.github/workflows/add_issue_to_project.yml
@@ -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
@@ -1,6 +1,6 @@
# Syntax Coloring Map for SparkFun AS7331 Arduino Library
-# Datatypes (KEYWORD1)
+# Datatypes (KEYWORD1)
as7331_dev_op_state_t KEYWORD1
as7331_gain_t KEYWORD1
as7331_conv_clk_freq_t KEYWORD1
0 commit comments