diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..da11025 Binary files /dev/null and b/.DS_Store differ diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..aa0119e --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,7 @@ +# Documentation: +# - changed-files: +# - any-glob-to-any-file: ['docs/*'] +# JavaScript: +# - any: +# - changed-files: +# - any-glob-to-any-file: ['javascript/*'] diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..a26b6e4 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,22 @@ +name: Pull Request Labeler + +on: + pull_request_target: + types: [opened, synchronize, reopened, closed] + +jobs: + label: + name: Labeler + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 # Uploads repository content to the runner + with: + sparse-checkout: | + .github + - uses: actions/labeler@dependabot/npm_and_yarn/prettier-3.4.2 + + + diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 0000000..b782870 --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +pr-dependabot-npm_and-yarn-typescript-5_7_2 \ No newline at end of file diff --git a/docs/test2.md b/docs/test2.md new file mode 100644 index 0000000..7de0eb3 --- /dev/null +++ b/docs/test2.md @@ -0,0 +1 @@ +dependabot/npm_and_yarn/prettier-3.4.2 \ No newline at end of file diff --git a/index.js b/index.js deleted file mode 100644 index eb171b6..0000000 --- a/index.js +++ /dev/null @@ -1 +0,0 @@ -console.log("Hello World") diff --git a/javascript/index.js b/javascript/index.js new file mode 100644 index 0000000..64476d4 --- /dev/null +++ b/javascript/index.js @@ -0,0 +1,4 @@ +console.log("Testing for git dependabot/npm_and_yarn/typescript-eslint/parser-8.17.0") +console.log("Testing for dependabot/npm_and_yarn/prettier-3.4.2") +// dependabot/npm_and_yarn/prettier-3.4.2 +console.log("hello world")