Skip to content

Commit

Permalink
[WIP] Add unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbayburt committed Nov 22, 2023
1 parent d9e9705 commit 55bc89a
Show file tree
Hide file tree
Showing 3 changed files with 723 additions and 92 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BZ_TOKEN: ${{ secrets.BUGZILLA_TOKEN }}
run: |
pip install python-bugzilla
# Tracker file can be retrieved by calling 'osc api /issue_trackers/'
pip install python-bugzilla~=3.2.0
# Tracker file can be retrieved from the OBS/IBS API
# by calling 'osc api /issue_trackers/' (with authentication)
python .github/workflows/changelogs/changelogs.py \
--tracker-file .github/workflows/changelogs/trackers.xml \
--git-repo uyuni-project/uyuni \
--pr-number ${{ github.event.pull_request.number }} \
${{ steps.changelogs.outputs.all }}
Expand Down
Loading

0 comments on commit 55bc89a

Please sign in to comment.