From 6668f507be501eee3da53a8e988baec216d0ef8f Mon Sep 17 00:00:00 2001 From: sounmind Date: Sat, 24 Aug 2024 15:52:37 -0400 Subject: [PATCH 1/3] ci: pull request labeler action --- .github/labeler.yml | 89 +++++++++++++++++++++++++++++++ .github/workflows/pr-labeler.yaml | 18 +++++++ 2 files changed, 107 insertions(+) create mode 100644 .github/labeler.yml create mode 100644 .github/workflows/pr-labeler.yaml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..03b9f8506 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,89 @@ +JavaScript: + - changed-files: + - any-glob-to-any-file: + - "**/*.js" + +TypeScript: + - changed-files: + - any-glob-to-any-file: + - "**/*.ts" + +Python: + - changed-files: + - any-glob-to-any-file: + - "**/*.py" + +Java: + - changed-files: + - any-glob-to-any-file: + - "**/*.java" + +C++: + - changed-files: + - any-glob-to-any-file: + - "**/*.cpp" + +C: + - changed-files: + - any-glob-to-any-file: + - "**/*.c" + +C#: + - changed-files: + - any-glob-to-any-file: + - "**/*.cs" + +PHP: + - changed-files: + - any-glob-to-any-file: + - "**/*.php" + +Swift: + - changed-files: + - any-glob-to-any-file: + - "**/*.swift" + +Kotlin: + - changed-files: + - any-glob-to-any-file: + - "**/*.kt" + +Dart: + - changed-files: + - any-glob-to-any-file: + - "**/*.dart" + +Go: + - changed-files: + - any-glob-to-any-file: + - "**/*.go" + +Ruby: + - changed-files: + - any-glob-to-any-file: + - "**/*.rb" + +Scala: + - changed-files: + - any-glob-to-any-file: + - "**/*.scala" + +Rust: + - changed-files: + - any-glob-to-any-file: + - "**/*.rs" + +Racket: + - changed-files: + - any-glob-to-any-file: + - "**/*.rkt" + +Erlang: + - changed-files: + - any-glob-to-any-file: + - "**/*.erl" + +Elixir: + - changed-files: + - any-glob-to-any-file: + - "**/*.ex" diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml new file mode 100644 index 000000000..ac16bf924 --- /dev/null +++ b/.github/workflows/pr-labeler.yaml @@ -0,0 +1,18 @@ +name: "Pull Request Labeler" + +on: + pull_request_target: + types: [opened, synchronize, reopened] + +permissions: + contents: read + pull-requests: write + +jobs: + labeler: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/labeler@v5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" From fb5a736a26a94c2f342594bf4b58b656df22b4f1 Mon Sep 17 00:00:00 2001 From: sounmind Date: Sat, 24 Aug 2024 15:36:54 -0400 Subject: [PATCH 2/3] ed --- 3sum/tesd.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 3sum/tesd.py diff --git a/3sum/tesd.py b/3sum/tesd.py new file mode 100644 index 000000000..c535a34da --- /dev/null +++ b/3sum/tesd.py @@ -0,0 +1 @@ +print("sdlkj") From 630f9c4e03cf6d64bb85da08f84765675bbd4cae Mon Sep 17 00:00:00 2001 From: sounmind Date: Sat, 24 Aug 2024 16:01:58 -0400 Subject: [PATCH 3/3] test --- alien-dictionary/adglkjt.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 alien-dictionary/adglkjt.js diff --git a/alien-dictionary/adglkjt.js b/alien-dictionary/adglkjt.js new file mode 100644 index 000000000..d914c6066 --- /dev/null +++ b/alien-dictionary/adglkjt.js @@ -0,0 +1 @@ +console.log("hi");