From 46a5770908ae063dc174acaf7fc0a537f921e031 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 23 Oct 2024 11:06:25 +0100 Subject: [PATCH 1/4] chore: pull request labeller --- .github/labeller.yml | 4 ++++ .github/workflows/pr-labeller.yml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .github/labeller.yml create mode 100644 .github/workflows/pr-labeller.yml diff --git a/.github/labeller.yml b/.github/labeller.yml new file mode 100644 index 0000000..d8c2d4a --- /dev/null +++ b/.github/labeller.yml @@ -0,0 +1,4 @@ +--- +"Needs: Triage :wave:": + - changed-files: + - any-glob-to-any-file: '**' \ No newline at end of file diff --git a/.github/workflows/pr-labeller.yml b/.github/workflows/pr-labeller.yml new file mode 100644 index 0000000..15791c3 --- /dev/null +++ b/.github/workflows/pr-labeller.yml @@ -0,0 +1,16 @@ +--- +name: "Pull Request Labeler" +on: + pull_request: + types: + - opened + - reopened + +jobs: + labeler: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 \ No newline at end of file From 27eaf0886f93db63691ef4908d5d3c05aaa94c30 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 23 Oct 2024 11:08:19 +0100 Subject: [PATCH 2/4] rename files --- .github/{labeller.yml => labeler.yml} | 0 .github/workflows/{pr-labeller.yml => pr-labeler.yml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{labeller.yml => labeler.yml} (100%) rename .github/workflows/{pr-labeller.yml => pr-labeler.yml} (100%) diff --git a/.github/labeller.yml b/.github/labeler.yml similarity index 100% rename from .github/labeller.yml rename to .github/labeler.yml diff --git a/.github/workflows/pr-labeller.yml b/.github/workflows/pr-labeler.yml similarity index 100% rename from .github/workflows/pr-labeller.yml rename to .github/workflows/pr-labeler.yml From d4dfb821f97f9fa9ee36a3ca03a5ffcdc0c67e5c Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 23 Oct 2024 11:11:26 +0100 Subject: [PATCH 3/4] fix typo --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d8c2d4a..e2f5f20 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ --- -"Needs: Triage :wave:": +"Needs: Triage :mag:": - changed-files: - any-glob-to-any-file: '**' \ No newline at end of file From 14047c9ced1312ccc76339a1d24cc7879ef07fd1 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 23 Oct 2024 11:21:47 +0100 Subject: [PATCH 4/4] linting --- .github/labeler.yml | 2 +- .github/workflows/pr-labeler.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index e2f5f20..1f03682 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ --- "Needs: Triage :mag:": - changed-files: - - any-glob-to-any-file: '**' \ No newline at end of file + - any-glob-to-any-file: '**' diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 15791c3..f24703b 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -13,4 +13,4 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 \ No newline at end of file + - uses: actions/labeler@v5