Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After Release fix #6

Merged
merged 6 commits into from
Nov 25, 2024
Merged

After Release fix #6

merged 6 commits into from
Nov 25, 2024

Conversation

miroslavpojer
Copy link
Collaborator

@miroslavpojer miroslavpojer commented Nov 21, 2024

Release Notes:

  • Fixe typo in README.md.
  • Added hint on how to get values.
  • Removed fail-on-error from inputs.
  • Removed valid from outputs.

- Added hint how to get values.
@miroslavpojer miroslavpojer self-assigned this Nov 21, 2024
@miroslavpojer miroslavpojer marked this pull request as draft November 21, 2024 14:16
@miroslavpojer miroslavpojer marked this pull request as ready for review November 22, 2024 09:09
@miroslavpojer miroslavpojer added enhancement New feature or request breaking-change labels Nov 22, 2024
Copy link
Collaborator

@MobiTikula MobiTikula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React to comments please.

README.md Outdated
@@ -85,12 +74,11 @@ See the default action step definition:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-repository: "{ org }/{ repo }"
pr-numer: 109
github-repository: "{ org }/{ repo }" # ${{ github.repository }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I mentioned in VersionTagChecker project, this comment is little confusing. I see that the number below is the number of github.event. But for repository, I don't think it is true. It should be repository.login.owner and repository.login.name or something like it. OR it is same as repository.id.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

yield mock_log_config

@pytest.fixture()
def mock_exit(code) -> list:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the same pattern of having or not having the method docstrings.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@miroslavpojer miroslavpojer merged commit 1e37ce9 into master Nov 25, 2024
4 checks passed
@miroslavpojer miroslavpojer deleted the bugfix/typos branch November 25, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants