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..c57a9c4 --- /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..5caa3a1 --- /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/vercel/ncc-0.38.30 + + + diff --git a/docs/test.md b/docs/test.md new file mode 100644 index 0000000..49f6630 --- /dev/null +++ b/docs/test.md @@ -0,0 +1 @@ +PR FOR dependabot/npm_and_yarn/ts-jest-29.2.5 \ No newline at end of file diff --git a/docs/test2.md b/docs/test2.md new file mode 100644 index 0000000..1df4241 --- /dev/null +++ b/docs/test2.md @@ -0,0 +1 @@ +dependabot-npm_and_yarn-types-jest-29_5_14 \ 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..3584410 --- /dev/null +++ b/javascript/index.js @@ -0,0 +1 @@ +console.log("PR for dependabot/npm_and_yarn/vercel/ncc-0.38.3") \ No newline at end of file