From 0bf5c35fa05e27df64f6d4f69612a7d6d1c4e0bf Mon Sep 17 00:00:00 2001 From: YAKUBdev Date: Sat, 20 Jul 2024 15:11:27 +0530 Subject: [PATCH] Revert "2 add workflow for auto assign" --- .github/auto-assign.yml | 28 ---------------------------- .github/workflows/auto-assign.yml | 14 -------------- .github/workflows/proof-html.yml | 11 ----------- 3 files changed, 53 deletions(-) delete mode 100644 .github/auto-assign.yml delete mode 100644 .github/workflows/auto-assign.yml delete mode 100644 .github/workflows/proof-html.yml diff --git a/.github/auto-assign.yml b/.github/auto-assign.yml deleted file mode 100644 index 5b9135b..0000000 --- a/.github/auto-assign.yml +++ /dev/null @@ -1,28 +0,0 @@ -# Set to true to add reviewers to PRs -addReviewers: true - -# Set to 'author' to add PR's author as a assignee -addAssignees: author - -# A list of reviewers to be added to PRs (GitHub user name) -reviewers: - - afnanabdulvasay-234 - - octocat - -# A number of reviewers added to the PR -# Set 0 to add all the reviewers (default: 0) -numberOfReviewers: 1 - -# A list of assignees, overrides reviewers if set -assignees: - - afnanabdulvasay-234 - - octocat - -# A number of assignees to add to the PRs -# Set to 0 to add all of the assignees. -# Uses numberOfReviewers if unset. -numberOfAssignees: 0 - -# A list of keywords to be skipped the process if PR's title include it -skipKeywords: - - wip diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml deleted file mode 100644 index bee00a4..0000000 --- a/.github/workflows/auto-assign.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Auto Assign -on: - issues: - types: [opened] - pull_request: - types: [opened] -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/auto-assign@v1 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG_FILE: .github/auto-assign.yml diff --git a/.github/workflows/proof-html.yml b/.github/workflows/proof-html.yml deleted file mode 100644 index be7dac3..0000000 --- a/.github/workflows/proof-html.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Proof HTML -on: - push: - workflow_dispatch: -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: anishathalye/proof-html@v1.1.0 - with: - directory: ./