From 905cb3deff2dc61d21a0fdaf1ef8020c03f5e683 Mon Sep 17 00:00:00 2001 From: caroline-suse-rancher Date: Mon, 18 Mar 2024 10:58:45 -0400 Subject: [PATCH] Delete .github/workflows/epic.yaml Delete epic action, as it was using a third party that hasn't been approved by Rancher Security Team --- .github/workflows/epic.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/epic.yaml diff --git a/.github/workflows/epic.yaml b/.github/workflows/epic.yaml deleted file mode 100644 index 0e07c8b53ae..00000000000 --- a/.github/workflows/epic.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Update epics -on: - issues: - types: [opened, closed, reopened] -jobs: - epics: - runs-on: ubuntu-latest - name: Update epic issues - steps: - - name: Run epics action - uses: cloudaper/epics-action@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - epic-label-name: epic - auto-close-epic: false \ No newline at end of file