Skip to content

Add auto dev → release PR workflow#5

Merged
ChaseDRedmon merged 1 commit intodevfrom
feature/auto-release-pr-workflow
Feb 7, 2026
Merged

Add auto dev → release PR workflow#5
ChaseDRedmon merged 1 commit intodevfrom
feature/auto-release-pr-workflow

Conversation

@ChaseDRedmon
Copy link
Owner

Summary

  • Automatically opens a PR from dev to release whenever new commits land on dev
  • Skips creation if an open PR already exists

Test plan

  • Merge a feature branch into dev → a PR from dev to release should be auto-created
  • Push again to dev while PR exists → no duplicate PR created

🤖 Generated with Claude Code

Automatically opens a PR from dev to release whenever new commits are
pushed to dev. Skips if an open PR already exists.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 7, 2026

Qodana Community for .NET

75 new problems were found

Inspection name Severity Problems
Inconsistent Naming 🔶 Warning 62
Access to disposed captured variable 🔶 Warning 1
Convert constructor into primary constructor ◽️ Notice 4
Convert lambda expression into method group ◽️ Notice 2
Class is never instantiated: Private accessibility ◽️ Notice 1
For-loop can be converted into foreach-loop ◽️ Notice 1
Redundant type declaration body ◽️ Notice 1
Type member is never used: Non-private accessibility ◽️ Notice 1
Method return value is never used: Non-private accessibility ◽️ Notice 1
Use object or collection initializer when possible ◽️ Notice 1
View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@ChaseDRedmon ChaseDRedmon merged commit e35cff1 into dev Feb 7, 2026
2 checks passed
@github-actions github-actions bot deleted the feature/auto-release-pr-workflow branch February 7, 2026 08:14
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.

1 participant