Skip to content

Example workflow fixes#150

Merged
BakerNet merged 2 commits into
multimediallc:mainfrom
kolayne:patch-1
Jun 29, 2026
Merged

Example workflow fixes#150
BakerNet merged 2 commits into
multimediallc:mainfrom
kolayne:patch-1

Conversation

@kolayne

@kolayne kolayne commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary / Background

  • Remove the unnecessary issues: write permission;

  • Change actions/checkout version to latest: v4 is outdated, and codeowners-plus doesn't depend on its version-specific features.

Permission tested on: kolayne/test#3

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the GitHub Actions configuration example in the README.md by removing the issues: write permission and changing the checkout action version from @v4 to @latest. The review feedback correctly identifies that using @latest will cause the workflow to fail since the actions/checkout repository does not maintain a latest tag, and recommends reverting back to @v4 for stability and security.

Comment thread README.md Outdated
- Remove the unnecessary `issues: write` permission;

- Change `actions/checkout` version to `latest`:
  v4 is outdated, and codeowners-plus doesn't
  depend on its version-specific features.
@BakerNet BakerNet merged commit 82e79a3 into multimediallc:main Jun 29, 2026
@BakerNet

Copy link
Copy Markdown
Collaborator

Thank you for your contribution!

@kolayne kolayne deleted the patch-1 branch June 30, 2026 05:44
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