From 4d25af30cde38dabbe6e7d4cab3fa185122eddea Mon Sep 17 00:00:00 2001 From: Graham Wheeler Date: Fri, 18 Mar 2022 20:27:12 -0700 Subject: [PATCH] Delete fullreport.yml --- .github/workflows/fullreport.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/fullreport.yml diff --git a/.github/workflows/fullreport.yml b/.github/workflows/fullreport.yml deleted file mode 100644 index e3cc4a6d..00000000 --- a/.github/workflows/fullreport.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: 'Generate Weekly Full Report' - -on: - schedule: - - cron: 5 * * * 1 - workflow_dispatch: - -permissions: - issues: read - contents: write - -jobs: - report: - runs-on: ubuntu-18.04 - timeout-minutes: 10 - steps: - - id: report - uses: gramster/github-issue-reporter@main - with: - githubToken: ${{ secrets.GITHUB_TOKEN }} - reportNameTemplate: 'fullreport.md' - branch: reports - all: true - team: '+fabioz,luabud,ijoosong,heejaechang,zooba,brettcannon,kieferrm,ronglums,DonJayamanne,kimadeline,int19h,gramster,qubitron,rchiodo,greazer,ericsnowcurrently,judej,paulacamargo25,bschnurr,karthiknadig,JoshuaPartlow,AdamYoblick,karrtikr,StellaHuang95' -