diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..f7ee24c2d --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,4 @@ +documentation: + - changed-files: + - any-glob-to-any-file: + - "*.md" diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 000000000..296c42456 --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,14 @@ +name: Pull Request Labeler + +on: + pull_request_target: + +jobs: + labeler: + runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + steps: + - name: Labeler Action + uses: actions/labeler@v5