Skip to content

Commit

Permalink
Add further constrains and disclaimers
Browse files Browse the repository at this point in the history
  • Loading branch information
Liv Dywan authored and Liv Dywan committed Apr 29, 2024
1 parent 27fcb74 commit bf98ae0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
shell: bash
- name: Render Markdown from configured backlog queries
run: |
python backlogger/backlogger.py ${{ inputs.config }} ${{ inputs.args }}
python backlogger/backlogger.py backlogger/${{ inputs.config }} ${{ inputs.args }}
echo "BACKLOG_STATUS=$?" >> "$GITHUB_ENV"
env:
REDMINE_API_KEY: ${{ inputs.REDMINE_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions foot.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<hr>
<a href="https://github.com/GITHUB_REPOSITORY">GITHUB_REPOSITORY on GitHub</a>
Lorem ipsum dolor sit amet
</main></body></html>
1 change: 1 addition & 0 deletions head.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
</head>
<body>
<main>
The following may not reflect everyone's opinion:
9 changes: 5 additions & 4 deletions queries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api: https://progress.opensuse.org/issues.json
web: https://progress.opensuse.org/issues
team: Example
team: E.G.
url: http://example.com
queries:
- title: Workable Backlog
Expand All @@ -16,7 +16,8 @@ queries:
max: 0
- title: In Feedback
query: query_id=520
max: 30
min: 1
- title: Closed yesterday
max: 10
min: 0
- title: Closed the day before today
query: query_id=773
max: 1

0 comments on commit bf98ae0

Please sign in to comment.