diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index ac02faa..0000000 --- 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 a983660..0000000 --- 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 }}