Skip to content

Commit

Permalink
add dependency label to PR (openvinotoolkit#850)
Browse files Browse the repository at this point in the history
Internal ticket 54581
  • Loading branch information
generalova-kate authored Jul 16, 2021
1 parent 9b2d0e3 commit 3a27fea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See help here: https://github.com/marketplace/actions/labeler

dependencies:
- *requirements*
- *setup.py
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
4 changes: 4 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* @openvinotoolkit/nncf_pytorch-maintainers

CODEOWNERS @openvinotoolkit/openvino-admins

# Control 3d party dependencies
*requirements* @openvino-configuration-mgmt
*setup.py @openvino-configuration-mgmt

0 comments on commit 3a27fea

Please sign in to comment.