Skip to content

🐛 Add custom packaging workflow for Python#1654

Merged
naveensrinivasan merged 2 commits intoossf:mainfrom
behnazh-w:update-packaging-list
Feb 17, 2022
Merged

🐛 Add custom packaging workflow for Python#1654
naveensrinivasan merged 2 commits intoossf:mainfrom
behnazh-w:update-packaging-list

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

@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

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