Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into feature/66-Introduce-logging-co…
Browse files Browse the repository at this point in the history
…nfig

# Conflicts:
#	.github/workflows/test.yml
#	main.py
#	release_notes_generator/action_inputs.py
#	release_notes_generator/builder.py
#	release_notes_generator/generator.py
#	release_notes_generator/model/record.py
#	release_notes_generator/record/record_factory.py
#	release_notes_generator/utils/decorators.py
#	release_notes_generator/utils/github_rate_limiter.py
#	requirements.txt
  • Loading branch information
miroslavpojer committed Sep 2, 2024
2 parents 8c34530 + 41228bf commit 3bfafc9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

name: Test
name: Build and Test
on:
pull_request:
branches:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
fi
unit-test:
name: Unit tests
name: Unit Tests
runs-on: ubuntu-latest

defaults:
Expand Down
2 changes: 0 additions & 2 deletions release_notes_generator/action_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import logging
import os
import sys
from typing import Optional

from release_notes_generator.utils.constants import (GITHUB_REPOSITORY, GITHUB_TOKEN, TAG_NAME, CHAPTERS, PUBLISHED_AT,
SKIP_RELEASE_NOTES_LABEL, VERBOSE, WARNINGS, RUNNER_DEBUG,
Expand Down Expand Up @@ -132,7 +131,6 @@ def validate_inputs():
logger.error(error)
sys.exit(1)

logger.debug('Repository: %s/%s', owner, repo_name)
logger.debug('Tag name: %s', tag_name)
logger.debug('Chapters JSON: %s', chapters_json)
logger.debug('Published at: %s', published_at)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pytest==7.4.3
pytest-cov==5.0.0
pytest-mock==3.14.0
PyGithub==1.59.0
pylint~=3.2.6
requests~=2.31.0
pylint==3.2.6
requests==2.31.0

0 comments on commit 3bfafc9

Please sign in to comment.