File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
31
31
32
32
- name : Report on issues
33
- uses : github/issue-metrics@v2
33
+ uses : github/issue-metrics@v3
34
34
env :
35
35
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
SEARCH_QUERY : ' repo:aws/aws-cdk is:issue created:${{ env.last_month }} -reason:"not planned"'
44
44
assignees : evgenyka
45
45
46
46
- name : Report on PRs
47
- uses : github/issue-metrics@v2
47
+ uses : github/issue-metrics@v3
48
48
env :
49
49
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
SEARCH_QUERY : ' repo:aws/aws-cdk is:pr created:${{ env.last_month }} -is:draft'
Original file line number Diff line number Diff line change 30
30
echo "last_week=$PREVIOUS_MONDAY..$CURRENT_SUNDAY" >> "$GITHUB_ENV"
31
31
32
32
- name : Report on issues
33
- uses : github/issue-metrics@v2
33
+ uses : github/issue-metrics@v3
34
34
env :
35
35
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
SEARCH_QUERY : ' repo:aws/aws-cdk is:issue created:${{ env.last_week }} -reason:"not planned"'
44
44
assignees : paulhcsun
45
45
46
46
- name : Report on PRs
47
- uses : github/issue-metrics@v2
47
+ uses : github/issue-metrics@v3
48
48
env :
49
49
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50
50
SEARCH_QUERY : ' repo:aws/aws-cdk is:pr created:${{ env.last_week }} -is:draft'
You can’t perform that action at this time.
0 commit comments