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

[chore] restrict workflow steps to necessary permissions #11973

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

codeboten
Copy link
Contributor

This updates the prepare release workflow. It:

  • adds a top level permission to read-all only
  • breaks apart checking for blockers that doesn't need special permissions
  • breaks apart the piece to create an issue that only needs issues: write
  • adds contents: write to the last piece that creates a commit and a PR

This updates the prepare release workflow. It:

- adds a top level permission to read-all only
- breaks apart checking for blockers that doesn't need special permissions
- breaks apart the piece to create an issue that only needs issues: write
- adds contents: write  to the last piece that creates a commit and a PR

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten requested a review from a team as a code owner December 23, 2024 16:34
@codeboten codeboten requested a review from atoulme December 23, 2024 16:34
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.62%. Comparing base (14f37f1) to head (2c10d29).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11973   +/-   ##
=======================================
  Coverage   91.62%   91.62%           
=======================================
  Files         447      447           
  Lines       23739    23739           
=======================================
  Hits        21751    21751           
  Misses       1613     1613           
  Partials      375      375           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codeboten codeboten enabled auto-merge December 23, 2024 19:40
@codeboten codeboten added this pull request to the merge queue Dec 27, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 27, 2024
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.

2 participants