starsz commented on a change in pull request #1107:
URL: https://github.com/apache/apisix-dashboard/pull/1107#discussion_r548355850



##########
File path: .github/workflows/spellchecker.yml
##########
@@ -0,0 +1,24 @@
+name: spellchecker
+on:
+  push:
+    branches:
+      - master

Review comment:
       The aim is to avoid the mistake of spelling. 
   So we shouldn't make a mistake of spelling even if pushing to master.

##########
File path: .github/workflows/spellchecker.yml
##########
@@ -0,0 +1,24 @@
+name: spellchecker
+on:
+  push:
+    branches:
+      - master
+  pull_request:
+    branches:
+      - master
+jobs:
+  misspell:
+    name: runner / misspell

Review comment:
       OK, I will fix it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to