Skip to content

Commit

Permalink
Enable backlog-set-due-date script
Browse files Browse the repository at this point in the history
In order to enable an action to the
backlog-set-due-date script introduced
in the PR os-autoinst#44 this PR modify the current
workflow for WIP-limits to include also
this script
  • Loading branch information
ilausuch committed Dec 1, 2020
1 parent 16a17b9 commit 55c17fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/backlog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Check SUSE QA Tools WIP-Limit
name: Check SUSE QA Tools WIP-Limit and set due dates
# yamllint disable-line rule:truthy
on:
schedule:
Expand All @@ -9,9 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check SUSE QA Tools WIP-Limit
- name: Check SUSE QA Tools WIP-Limit set due dates
env:
redmine_api_key: ${{ secrets.REDMINE_API_KEY }}
run: |
sudo apt-get install curl jq
sh -ex backlog-check-wip-limit
sh -ex backlog-set-due-date

0 comments on commit 55c17fc

Please sign in to comment.