Skip to content

Commit 72ea605

Browse files
Update team-backstage.sh
1 parent 56e3172 commit 72ea605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backstage/team-backstage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ github_data_e="\n<https://github.com/search?l=&q=repo%3Aredhat-developer%2Fred-h
3131
github_data_e+="\n<https://github.com/search?q=repo%3Aredhat-developer%2Fred-hat-developers-documentation-rhdh+state%3Aopen+type%3Apr+created%3A%3C$PREVIOUS_DT&type=Issues | PRs opened for more than a week>: $(curl -s $url5 -H "Accept: application/json" | jq '.total_count // 0')"
3232

3333
github_data_f="\n<https://github.com/search?l=&q=repo%3Aredhat-developer%2Frhdh-chart+state%3Aopen+type%3Apr | Total open PRs>: $(curl -s 'https://api.github.com/search/issues?q=repo%3Aredhat-developer%2Frhdh-chart+state%3Aopen+type%3Apr' -H "Accept: application/json" | jq '.total_count // 0')"
34-
github_data_f+="\n<https://github.com/search?q=repo%3Aredhat-developer%2Frhdh-chart+state%3Aopen+type%3Apr+created%3A%3C$PREVIOUS_DT&type=Issues | PRs opened for more than a week>: $(curl -s $url4 -H "Accept: application/json" | jq '.total_count // 0')"
34+
github_data_f+="\n<https://github.com/search?q=repo%3Aredhat-developer%2Frhdh-chart+state%3Aopen+type%3Apr+created%3A%3C$PREVIOUS_DT&type=Issues | PRs opened for more than a week>: $(curl -s $url6 -H "Accept: application/json" | jq '.total_count // 0')"
3535

3636
echo "Posting on slack"
3737

0 commit comments

Comments
 (0)