From 360f415ca0300b6359563203e69db13c83c9a82e Mon Sep 17 00:00:00 2001 From: neon_arch Date: Thu, 14 Sep 2023 20:21:45 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci:=20add=20auto=20pull=20reques?= =?UTF-8?q?t=20labeling=20github=20action=20(#233)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_labeler.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/pr_labeler.yml diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml new file mode 100644 index 0000000..bc7e72b --- /dev/null +++ b/.github/workflows/pr_labeler.yml @@ -0,0 +1,15 @@ +name: "Pull Request Auto Labeler" +on: +- pull_request_target + +jobs: + triage: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v4 + with: + sync-labels: true + dot: true