mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Create fullreport.yml
Add workflow for weekly full report
This commit is contained in:
parent
fed292a89a
commit
8ffb895dba
1 changed files with 24 additions and 0 deletions
24
.github/workflows/fullreport.yml
vendored
Normal file
24
.github/workflows/fullreport.yml
vendored
Normal 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'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue