Create fullreport.yml

Add workflow for weekly full report
This commit is contained in:
Graham Wheeler 2022-03-17 13:28:08 -07:00 committed by GitHub
parent fed292a89a
commit 8ffb895dba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
.github/workflows/fullreport.yml vendored Normal file
View file

@ -0,0 +1,24 @@
name: 'Generate Daily Report'
on:
schedule:
- cron: '0 6 * * 1'
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'