Skip to content

Commit

Permalink
feat: configuring an extensible PR auto-labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 30, 2024
1 parent 1349d6f commit 38f8a39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@
- changed-files:
- any-glob-to-any-file:
- 'superset/migrations/**'

"dependencies:python":
- changed-files:
- any-glob-to-any-file:
- 'superset/requirements/**'

"dependencies:npm":
- changed-files:
- any-glob-to-any-file:
- 'superset-frontend/package.json'
- 'superset-frontend/package-lock.json'

"doc":
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
1 change: 1 addition & 0 deletions superset/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

import logging
import urllib.parse
from logging.config import fileConfig
Expand Down

0 comments on commit 38f8a39

Please sign in to comment.