diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000000000..2b34a25c16b91 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +docs: + - all: ['**/*.rst'] \ No newline at end of file diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index a996b5f614bd2..1159261f00f50 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -9,7 +9,7 @@ on: jobs: codenotify: runs-on: ubuntu-latest - name: codenotify + name: "Label and notify" steps: - uses: actions/checkout@v3 with: @@ -17,3 +17,6 @@ jobs: - uses: sourcegraph/codenotify@v0.6.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - uses: actions/labeler@v4.3.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file