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 8c66046 commit a6d833c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
# the LICENSE file that was distributed with this source code.

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

python:
- any:
Expand All @@ -18,14 +19,16 @@ python:
- 'requirements/*.txt'

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

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

github_actions:
- any: ['.github/**/*']
Expand Down

0 comments on commit a6d833c

Please sign in to comment.