Skip to content

Commit

Permalink
feat(supersetbot): re-implement labeling bot as a GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 14, 2024
1 parent 884ea03 commit 0d9f3dc
Show file tree
Hide file tree
Showing 12 changed files with 11,365 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/supersetbot/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "airbnb",
"rules": {
"import/extensions": 0,
"import/prefer-default-export": 0,
"func-names": 0,
"no-console": 0
}
}
Loading

0 comments on commit 0d9f3dc

Please sign in to comment.