diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..92ab6db8e --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,17 @@ +PG11: +- base-branch: 'PG11' + +PG12: +- base-branch: 'PG12' + +PG13: +- base-branch: 'PG13' + +PG14: +- base-branch: 'PG14' + +PG15: +- base-branch: 'PG15' + +master: +- base-branch: 'master' \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 000000000..22c21ebe7 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,12 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + triage: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5.0.0-alpha.1 \ No newline at end of file