From a3716f6e5140bafd84ee358ccc093bf9b52595cf Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 27 Dec 2024 03:56:34 -0800 Subject: [PATCH] v3 - Configure & Install docs-mobile.talawa.io Docusaurus Site (#2676) * v1 - Configure & Install docs-mobile.talawa.io Docusaurus Site * v2 - Configure & Install docs-mobile.talawa.io Docusaurus Site * v2 - Configure & Install docs-mobile.talawa.io Docusaurus Site * v - Configure & Install docs-mobile.talawa.io Docusaurus Site * v3 - Configure & Install docs-mobile.talawa.io Docusaurus Site * v3.1 - Configure & Install docs-mobile.talawa.io Docusaurus Site --- .github/workflows/pull-request.yml | 2 +- .gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 319ffe4f5..55e40002b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -184,7 +184,7 @@ jobs: exit 1 Check-Sensitive-Files: - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }} name: Checks if sensitive files have been changed without authorization runs-on: ubuntu-latest steps: diff --git a/.gitignore b/.gitignore index 33ec23903..ffb0737ba 100644 --- a/.gitignore +++ b/.gitignore @@ -247,10 +247,8 @@ test/fixtures/core genhtml.perl test_img.png - # Ignoring Node files that are generated if user uses any node command which is not required for the project node_modules/ -package.json package-lock.json npm-debug.log yarn-error.log