Skip to content

Commit

Permalink
Merge pull request #25 from BillAnastasiadis/enhance_aging
Browse files Browse the repository at this point in the history
  • Loading branch information
ilausuch authored and github-actions[bot] committed Nov 17, 2024
2 parents bfe6b58 + 2433d4f commit 8848d01
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 92 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/backlog_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ jobs:
category_description: |
Mesures the time since the ticket is created and the ticket is resolved
rowText: "Containers"
head: "Days to complete (Adv)"
head: "Days to complete"
- name: aging JeOS
if: always()
run: |
Expand All @@ -912,7 +912,7 @@ jobs:
key: ${{ secrets.REDMINE_API_KEY }}
query: "Finished In The Last 30 Days: JeOS"
rowText: "JeOS"
head: "Days to complete (Adv)"
head: "Days to complete"
- name: aging WSL
if: always()
run: |
Expand All @@ -921,7 +921,7 @@ jobs:
key: ${{ secrets.REDMINE_API_KEY }}
query: "Finished In The Last 30 Days: WSL"
rowText: "WSL"
head: "Days to complete (Adv)"
head: "Days to complete"
- name: aging Public Cloud
if: always()
run: |
Expand All @@ -930,7 +930,7 @@ jobs:
key: ${{ secrets.REDMINE_API_KEY }}
query: "Finished In The Last 30 Days: Public Cloud"
rowText: "Public Cloud"
head: "Days to complete (Adv)"
head: "Days to complete"
- name: aging SLE Micro
if: always()
run: |
Expand All @@ -939,7 +939,7 @@ jobs:
key: ${{ secrets.REDMINE_API_KEY }}
query: "Finished In The Last 30 Days: SLE Micro"
rowText: "SLE Micro"
head: "Days to complete (Adv)"
head: "Days to complete"


- name: Footer
Expand Down
Loading

0 comments on commit 8848d01

Please sign in to comment.