Skip to content

Merge branch rel-10.3 with rel-10.2#25208

Merged
4 commits merged intorel-10.3from
auto-merge/rel-10-2/4473
Apr 8, 2026
Merged

Merge branch rel-10.3 with rel-10.2#25208
4 commits merged intorel-10.3from
auto-merge/rel-10-2/4473

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 3, 2026

This PR generated automatically to merge rel-10.3 with rel-10.2. Please review the changed files before merging to prevent any errors that may occur.

skoc10 and others added 4 commits March 31, 2026 14:11
Update workflow to merge rel-10.3 with rel-10.2
Remove the ownership-based fallback that allowed post creators to delete their own posts in Detail.cshtml. Deletion now strictly requires BloggingPermissions.Posts.Delete, centralizing authorization on explicit permissions to enforce consistent access control.
@voloagent voloagent marked this pull request as ready for review April 3, 2026 12:12
Copilot AI review requested due to automatic review settings April 3, 2026 12:12
@voloagent voloagent enabled auto-merge April 3, 2026 12:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This auto-generated PR syncs rel-10.3 into rel-10.2 and includes a small UI authorization adjustment plus corresponding workflow renames/branch references.

Changes:

  • Update blog post detail page to show the “Delete” action only when BloggingPermissions.Posts.Delete is granted.
  • Update the auto PR GitHub Actions workflow naming and checkout ref from dev to rel-10.3.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
modules/blogging/src/Volo.Blogging.Web/Pages/Blogs/Posts/Detail.cshtml Tightens the visibility condition for the “Delete” link to permission-only.
.github/workflows/auto-pr.yml Renames the workflow/job and changes the checked-out source branch to rel-10.3.
Comments suppressed due to low confidence (1)

.github/workflows/auto-pr.yml:5

  • The workflow is titled/checks out rel-10.3 to create a PR into rel-10.2, but it only triggers on pushes to rel-10.2. This means updates to rel-10.3 won’t automatically generate the merge PR, and the automation will only run when the target branch changes. Consider triggering on rel-10.3 (or both branches) so the merge PR is created when the source branch advances.
name: Merge branch rel-10.3 with rel-10.2
on:
  push:
    branches:
      - rel-10.2

@voloagent voloagent closed this pull request by merging all changes into rel-10.3 in b0c5693 Apr 8, 2026
@voloagent voloagent deleted the auto-merge/rel-10-2/4473 branch April 8, 2026 06:25
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.

5 participants