From bba7a88c5091bce8b89df7ea58ef51f992ec9254 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Tue, 25 Oct 2022 12:29:32 -0400 Subject: [PATCH] maint: delete workflows for old board --- .github/workflows/add-to-project.yml | 14 -------------- .github/workflows/re-triage.yml | 12 ------------ 2 files changed, 26 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml delete mode 100644 .github/workflows/re-triage.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index ac02faa1..00000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Apply project management flow -on: - issues: - types: [opened] - pull_request_target: - types: [opened] -jobs: - project-management: - runs-on: ubuntu-latest - name: Apply project management flow - steps: - - uses: honeycombio/oss-management-actions/projects@v1 - with: - ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }} diff --git a/.github/workflows/re-triage.yml b/.github/workflows/re-triage.yml deleted file mode 100644 index a9836604..00000000 --- a/.github/workflows/re-triage.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: Re-triage issues with new comments -on: - issue_comment: - types: [created] -jobs: - re-triage: - runs-on: ubuntu-latest - name: Re-triage issues with new comments - steps: - - uses: honeycombio/oss-management-actions/re-triage@v1 - with: - ghprojects-token: ${{ secrets.GHPROJECTS_TOKEN }}