ci: add ASF configuration
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..efe3c5d
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,30 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+github:
+  description: Go Plugin Runner for APISIX
+  homepage: https://apisix.apache.org/
+  labels:
+    - apisix
+    - go
+    - gateway
+    - plugin
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+  features:
+    issues: true
diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml
index b31a48c..8e507be 100644
--- a/.github/workflows/spell-checker.yml
+++ b/.github/workflows/spell-checker.yml
@@ -34,4 +34,8 @@
           wget -O - -q https://git.io/misspell | sh -s -- -b .
       - name: Misspell
         run: |
-          find . -name "*.go" -or -name "*.md" -or -name "*.yml" -type f | xargs ./misspell -error
+          find . -name "*.go" \
+            -or -name "*.md" \
+            -or -name "*.yml" \
+            -or -name "*.yaml" \
+          -type f | xargs ./misspell -error
diff --git a/Makefile b/Makefile
index 465326e..33ff9e7 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@
 	./pkg \
 	LICENSE \
 	Makefile \
+	NOTICE \
 	go.mod \
 	go.sum \
 	*.md