From 5849fd0083eb55247a4cbdcdedad11458e24f4e3 Mon Sep 17 00:00:00 2001 From: Fabian Rodriguez Date: Tue, 17 Dec 2024 15:42:57 +0100 Subject: [PATCH] Delete .github/workflows/auto-close-kong-issues.yml This workflow never quite worked. --- .github/workflows/auto-close-kong-issues.yml | 27 -------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/auto-close-kong-issues.yml diff --git a/.github/workflows/auto-close-kong-issues.yml b/.github/workflows/auto-close-kong-issues.yml deleted file mode 100644 index 6f27d35548fa..000000000000 --- a/.github/workflows/auto-close-kong-issues.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Auto Close Org Issues -on: - issues: - types: [opened] - -jobs: - auto-close-org-issues: - name: Auto Close Org Issues - runs-on: ubuntu-latest - timeout-minutes: 10 - steps: - - name: Generate app token - id: generate-app-token - uses: tibdex/github-app-token@v2.1.0 - with: - app_id: ${{ vars.GH_APP_KONG_DOCS_APP_ID }} - private_key: ${{ secrets.GH_APP_KONG_DOCS_PRIVATE_KEY }} - - name: Auto Close Org Issues - uses: mheap/auto-close-org-issues-action@v1 - with: - token: ${{ steps.generate-app-token.outputs.token }} - org: Kong - message: | - Thanks for raising an issue! We track issues raised by Kong employees in Jira. - - Please submit your request in the DOCU project and we'll get it prioritized. - keep_open: "Kubernetes Team"