Skip to content

fix: read permissions only on actions workflow#13

Merged
deregtd merged 2 commits intomainfrom
fix_title_checker_read
Jun 7, 2025
Merged

fix: read permissions only on actions workflow#13
deregtd merged 2 commits intomainfrom
fix_title_checker_read

Conversation

@robmaxwellirl
Copy link
Copy Markdown
Contributor

Fixing pull request permissions to be read only here.

@robmaxwellirl robmaxwellirl requested a review from a team as a code owner June 6, 2025 15:56
cursor[bot]

This comment was marked as outdated.

@deregtd deregtd enabled auto-merge (squash) June 7, 2025 15:38
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Bug: Semantic PR Validation Fails Due to Permission Change

The amannn/action-semantic-pull-request action's pull-requests permission was reduced from write to read. This prevents the action from posting explanatory comments on pull requests when validation fails, causing the semantic PR title validation to break or fail to provide user feedback.

.github/workflows/titlechecker.yaml#L23-L24

statuses: write
pull-requests: read

templates/.github/workflows/titlechecker.yaml.tpl#L33-L34

statuses: write
pull-requests: read

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@deregtd deregtd disabled auto-merge June 7, 2025 16:07
@deregtd deregtd merged commit 62930dd into main Jun 7, 2025
0 of 2 checks passed
@deregtd deregtd deleted the fix_title_checker_read branch June 7, 2025 16:07
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.

3 participants