... starting with dashboard ones.
Requires https://github.com/marketplace/actions/labeler
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
(cherry picked from commit
298bc67f7b8d1c64520b543f4749b29f7be67379)
Conflicts:
.github/CODEOWNERS: drop change in .github/CODEOWNERS
as we don't have this file in nautilus.
--- /dev/null
+dashboard:
+ - /src/pybind/mgr/dashboard/**
+ - /qa/suites/rados/dashboard/**
+ - /qa/tasks/mgr/test_dashboard.py
+ - /qa/tasks/mgr/dashboard/**
+ - /monitoring/**
+ - /doc/mgr/dashboard.rst
+
+CI:
+ - /.github/**
--- /dev/null
+name: "Pull Request Labeler"
+on:
+- pull_request_target
+
+jobs:
+ triage:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@main
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"