fix imports linting #2259
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reference: https://github.com/github/issue-labeler | |
# FIXME: find a way to avoid the label to remove tags... | |
#name: "Issue Labeler" | |
#on: | |
# issues: | |
# types: [opened, edited] | |
# | |
#jobs: | |
# triage: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: github/[email protected] | |
# with: | |
# repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
# configuration-path: .github/labeler-words.yml | |
# enable-versioned-regex: 0 |