From 2cb1d4ed7378dd9c5629f45fcb0d16abf7351e2d Mon Sep 17 00:00:00 2001 From: Yash Totale Date: Fri, 15 Mar 2024 13:33:15 -0700 Subject: [PATCH] Update workflows --- .github/dependabot.yml | 14 -------------- .github/labeler.yml | 2 -- .github/workflows/greetings.yml | 4 ++-- .github/workflows/labeler.yml | 13 ------------- .github/workflows/stale.yml | 19 ------------------- .snyk | 5 ----- 6 files changed, 2 insertions(+), 55 deletions(-) delete mode 100644 .github/dependabot.yml delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/labeler.yml delete mode 100644 .github/workflows/stale.yml delete mode 100644 .snyk diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 19dd1e0..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - time: "07:15" - timezone: "America/Los_Angeles" - labels: - - "dependencies" - assignees: - - "YashTotale" diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index e51e662..0000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,2 +0,0 @@ -documentation: - - README.md diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index ba061bd..bd2dc55 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -11,5 +11,5 @@ jobs: - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Thank you for contributing to terminal-all-in-one!" - pr-message: "Thank you for contributing to terminal-all-in-one!" + issue-message: "Thank you for contributing to Terminal All In One!" + pr-message: "Thank you for contributing to Terminal All In One!" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index f3d5076..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Pull Request Labeler -on: - - pull_request_target - -jobs: - triage: - runs-on: ubuntu-latest - steps: - - name: Label Pull Request - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml deleted file mode 100644 index afef7e0..0000000 --- a/.github/workflows/stale.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Mark stale issues and PRs - -on: - schedule: - - cron: "30 1 * * *" - -jobs: - stale: - runs-on: ubuntu-latest - - steps: - - name: Mark stale issues and PRs - uses: actions/stale@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has had no activity for a while" - stale-pr-message: "This pull request has had no activity for a while" - stale-issue-label: "stale" - stale-pr-label: "stale" diff --git a/.snyk b/.snyk deleted file mode 100644 index f6a80bd..0000000 --- a/.snyk +++ /dev/null @@ -1,5 +0,0 @@ -# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. -version: v1.14.0 -language-settings: -ignore: -patch: