From 866a99fc6fe6b0396837d38f72b7d06c0b13f137 Mon Sep 17 00:00:00 2001 From: Thomas Grimonet Date: Thu, 3 Aug 2023 13:45:14 +0200 Subject: [PATCH] Revert "ci: Update workflows for new features" (#330) Revert "ci: Update workflows for new features (#327)" This reverts commit a7e9a0280adcbd207cf23c57b46687fe10b88e0a. --- .github/workflows/code-testing.yml | 11 ----------- .github/workflows/pr-triage.yml | 13 ------------- 2 files changed, 24 deletions(-) diff --git a/.github/workflows/code-testing.yml b/.github/workflows/code-testing.yml index 32ac1044f..7ea9d9142 100644 --- a/.github/workflows/code-testing.yml +++ b/.github/workflows/code-testing.yml @@ -46,17 +46,6 @@ jobs: pip install . - name: install dev requirements run: pip install .[dev] - missing-documentation: - name: "Warning documentation is missing" - runs-on: ubuntu-20.04 - needs: [file-changes] - if: needs.file-changes.outputs.code == 'true' && needs.file-changes.outputs.documentation == 'false' - steps: - - name: Documentation is missing - uses: GrantBirki/comment@v2.0.5 - with: - body: | - Please consider documentation is missing under `docs/` folder lint-yaml: name: Run linting for yaml files runs-on: ubuntu-20.04 diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index ae8c15235..de472f38f 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -18,9 +18,7 @@ jobs: repo-token: "${{ secrets.GITHUB_TOKEN }}" check_pr_semantic: - name: Check PR semantic runs-on: ubuntu-latest - needs: [assign_author] steps: # Please look up the latest version from # https://github.com/amannn/action-semantic-pull-request/releases @@ -73,14 +71,3 @@ jobs: ignoreLabels: | bot ignore-semantic-pull-request - - assign_project_to_pr: - name: Assign Project to PR - runs-on: ubuntu-latest - needs: [assign_author] - steps: - - uses: actions/add-to-project@v0.5.0 - with: - # You can target a project in a different organization - project-url: https://github.com/orgs/arista-netdevops-community/projects/2 - github-token: ${{ secrets.GITHUB_TOKEN }}