diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fd6b3fe..d931f11 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: Pull Request Labeler +name: PRL(841-3) on: pull_request_target: @@ -17,4 +17,7 @@ jobs: sparse-checkout: | .github - uses: actions/labeler@v5 + with: + sync-labels: false + dot: true diff --git a/docs/test.md b/docs/test.md index 09f2a69..3de04c1 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1 +1 @@ -CHnages from branch issue-841-3 \ No newline at end of file +Test 20th March \ No newline at end of file diff --git a/javascript/index.js b/javascript/index.js index a89559f..e165380 100644 --- a/javascript/index.js +++ b/javascript/index.js @@ -1 +1 @@ -console.log("CHnages from branch issue-841-3") +console.log("Test 20th March") diff --git a/typescript/index.ts b/typescript/index.ts index 94dc354..e165380 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -1 +1 @@ -console.log("Issue-841-3") +console.log("Test 20th March")