From ae4b0b196e4237feab728d5a1e72bf7a280d90b3 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:59:52 -0800 Subject: [PATCH] Merge from develop (#2705) * 20250110085809 Deleted all files in the main branch in anticipation of merging develop-postgres into main cleanly * 20250110085811 Merge develop-postgres into main --- .github/workflows/auto-label.json5 | 17 ------------- .github/workflows/issue.yml | 40 ------------------------------ 2 files changed, 57 deletions(-) delete mode 100644 .github/workflows/auto-label.json5 delete mode 100644 .github/workflows/issue.yml diff --git a/.github/workflows/auto-label.json5 b/.github/workflows/auto-label.json5 deleted file mode 100644 index ab131db4c..000000000 --- a/.github/workflows/auto-label.json5 +++ /dev/null @@ -1,17 +0,0 @@ -{ - labelsSynonyms: { - dependencies: ["dependencies", "dependabot", "dependency"], - security: ["security"], - "good first issue": [ - "security", - "dependencies", - "dependabot", - "dependency", - "layout", - "screen", - "design", - "figma", - ], - "ui/ux": ["layout", "screen", "design", "figma"], - }, -} diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml deleted file mode 100644 index ec29d5dca..000000000 --- a/.github/workflows/issue.yml +++ /dev/null @@ -1,40 +0,0 @@ -############################################################################## -############################################################################## -# -# NOTE! -# -# Please read the README.md file in this directory that defines what should -# be placed in this file -# -############################################################################## -############################################################################## - -name: Issues Workflow -on: - issues: - types: ["opened"] -jobs: - Opened-issue-label: - name: Adding Issue Label - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - sparse-checkout: | - .github/workflows/auto-label.json5 - sparse-checkout-cone-mode: false - - - uses: Renato66/auto-label@v2.3.0 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - ignore-comments: true - default-labels: '["unapproved"]' - - Issue-Greeting: - name: Greeting Message to User - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Congratulations on making your first Issue! :confetti_ball: If you haven't already, check out our [Contributing Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/develop/CONTRIBUTING.md) and [Issue Reporting Guidelines](https://github.com/PalisadoesFoundation/talawa/blob/develop/ISSUE_GUIDELINES.md) to ensure that you are following our guidelines for contributing and making issues."