From 8729052ad587440a45275ebc63880f3aaaeb9655 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 6 Dec 2023 01:19:06 +0100 Subject: [PATCH 1/2] Create labeler.yml --- .github/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..c53d2d66 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,2 @@ +App: + - '/.*/' From bd8f59297e83c1cc1dfbd5913eaac081e3fa0826 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 6 Dec 2023 01:19:32 +0100 Subject: [PATCH 2/2] Update project_automation.yml --- .github/workflows/project_automation.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index 0e3bf945..837957f6 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -6,6 +6,16 @@ on: - opened jobs: + add-label: + name: Add label to issue + runs-on: ubuntu-latest + steps: + - uses: github/issue-labeler@v3.3 #May not be the latest version + with: + configuration-path: .github/labeler.yml + repo-token: ${{ secrets.ADD_TO_PROJECT_PAT }} + enable-versioned-regex: 0 + add-to-project: name: Add issue to project runs-on: ubuntu-latest