From 3db41d4fdc57a7eea4a9d7dac93f901f4c27fb70 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 23 Dec 2024 20:15:33 +0100 Subject: [PATCH] Drop the epic management workflow Now that GitHub Issues has the ability to link sub-issues, we don't need that anymore. It was running for nothing most of the time anyway and was using some scarce resources (even if the workflow didn't last for long). --- .github/workflows/epicissues.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/epicissues.yml diff --git a/.github/workflows/epicissues.yml b/.github/workflows/epicissues.yml deleted file mode 100644 index 4db00454aa164..0000000000000 --- a/.github/workflows/epicissues.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: "Epic issue lists" -on: - issues: - types: [opened, edited, labeled] - -concurrency: - group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, issue = ${{ github.event.issue.id }}" - cancel-in-progress: ${{ github.event_name == 'issues' || github.repository != 'quarkusio/quarkus' }} - -jobs: - autolabel: - if: github.repository == 'quarkusio/quarkus' - runs-on: ubuntu-latest - name: auto label - steps: -# - name: Debug Action -# uses: hmarr/debug-action@v1.0.0 - - name: epicmaker - uses: docker://maxandersen/jbang-epic-maker - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }} - BOTNAME: quarkusbot - EPICLABEL: kind/epic