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

🐛 Add custom packaging workflow for Python #1654

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

behnazh-w
Copy link
Contributor

@behnazh-w behnazh-w commented Feb 17, 2022

This PR closes #1642 by adding relekang/python-semantic-release to the list of accepted packaging Actions workflows for Python, and provides the corresponding unit test.

Packaging workflows are allowed to have contents: write permission. This change prevents false positives in token permission checks for relekang/python-semantic-release workflow in GitHub Actions.

Packaging workflows are allowed to have `contents: write` permission.
By adding relekang/python-semantic-release to the list of
packaging GitHub Actions workflows, we avoid false positivies in
the token permission check.
@codecov-commenter
Copy link

codecov-commenter commented Feb 17, 2022

Codecov Report

Merging #1654 (b737778) into main (bba55d4) will increase coverage by 2.91%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1654      +/-   ##
==========================================
+ Coverage   56.10%   59.02%   +2.91%     
==========================================
  Files          72       72              
  Lines        6495     6506      +11     
==========================================
+ Hits         3644     3840     +196     
+ Misses       2606     2415     -191     
- Partials      245      251       +6     

@github-actions
Copy link

Integration tests success for
[b90d4d2]
(https://github.com/ossf/scorecard/actions/runs/1861275404)

@naveensrinivasan naveensrinivasan temporarily deployed to integration-test February 17, 2022 22:05 Inactive
Copy link
Contributor

@azeemshaikh38 azeemshaikh38 left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions
Copy link

Integration tests success for
[b737778]
(https://github.com/ossf/scorecard/actions/runs/1861313011)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token permission check fails on legitimate release jobs in GitHub Actions workflows
4 participants