Skip to content

Commit

Permalink
ci: tune up labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed May 3, 2023
1 parent 92fb0b3 commit 303c6a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,28 @@
# the LICENSE file that was distributed with this source code.

'open api':
- '.redocly.yaml'
- 'openapi/*.yaml'

python:
- any: ['provider/**/*']
- '**/*.py'
- 'setup.cfg'
- 'provider/**/*'
- 'requirements/*.in'
- 'requirements/*.txt'

javascript:
- 'package.json'
- 'package-lock.json'

dependencies:
- 'package.json'
- 'package-lock.json'
- 'requirements/*.in'
- 'requirements/*.txt'

github_actions:
- any: ['.github/**/*']
- '.github/workflows/*.yaml'

documentation:
- '*.rst'
File renamed without changes.

0 comments on commit 303c6a3

Please sign in to comment.