diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000000..8c6fa1bbd080 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +'squad: system': + - ./**/* diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 000000000000..d823dc6e7594 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,12 @@ +name: 'Label pull request' + +on: + - pull_request + +jobs: + triage: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v2 + with: + repo-token: '${{ secrets.GITHUB_TOKEN }}'