Skip to content

#2348: auto assign pr author - #2350

Merged
hohwille merged 3 commits into
devonfw:mainfrom
QuangAnhLe:hotfix/2348-Auto-Assign-PR-Author
Aug 20, 2026
Merged

#2348: auto assign pr author#2350
hohwille merged 3 commits into
devonfw:mainfrom
QuangAnhLe:hotfix/2348-Auto-Assign-PR-Author

Conversation

@QuangAnhLe

@QuangAnhLe QuangAnhLe commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

This PR fixes #2348

Implemented changes:

assign-pr-author.yml:

on:
  pull_request_target:
    types: [opened]

env:
  ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

Testing instructions

Please add conscise, understandable instructions on how a reviewer can test/verify the functionality of your contribution here:

  1. see in workflow

Checklist for this PR

Make sure everything is checked before merging this PR. For further info please also see
our DoD.

  • When running mvn clean test locally all tests pass and build is successful
  • PR title is of the form #«issue-id»: «brief summary» (e.g. #921: fixed setup.bat and not feature/921 fixed setup.bat). If no issue ID exists, title only.
  • PR top-level comment summaries what has been done and contains link to addressed issue(s)
  • PR and issue(s) have suitable labels
  • Issue is set to In Progress and assigned to you or there is no issue (might happen for very small PRs)
  • You followed all coding conventions
  • You have added the issue implemented by your PR in CHANGELOG.adoc unless issue is labelled
    with internal
  • You have not changed any dependency in pom.xml files or otherwise if runtime dependencies changed, you have updated our LICENSE.asciidoc
  • You have formulated clear instructions on how to test your contribution under "Testing instructions"

@coveralls

Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 32239448113

Coverage remained the same at 72.936%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 17567
Covered Lines: 13363
Line Coverage: 76.07%
Relevant Branches: 7769
Covered Branches: 5116
Branch Coverage: 65.85%
Branches in Coverage %: Yes
Coverage Strength: 3.23 hits per line

💛 - Coveralls

@QuangAnhLe QuangAnhLe self-assigned this Aug 20, 2026
@QuangAnhLe QuangAnhLe moved this from 🆕 New to Team Review in IDEasy board Aug 20, 2026
@hohwille hohwille changed the title Hotfix/2348 auto assign pr author #2348: auto assign pr author Aug 20, 2026

@hohwille hohwille left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@QuangAnhLe thanks for the quickfix. Let's try it out.

@github-project-automation github-project-automation Bot moved this from Team Review to 👀 In review in IDEasy board Aug 20, 2026
@hohwille
hohwille merged commit b785ce0 into devonfw:main Aug 20, 2026
4 checks passed
@github-project-automation github-project-automation Bot moved this from 👀 In review to ✅ Done in IDEasy board Aug 20, 2026
@hohwille hohwille added this to the release:2026.08.002 milestone Aug 20, 2026
samuelkos17 pushed a commit to samuelkos17/IDEasy that referenced this pull request Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

Hotfix for #2348: auto assign pr author #2350

3 participants