Skip to content

Conversation

@a5chin
Copy link
Owner

@a5chin a5chin commented Jan 28, 2026

User description

Type of Change

  • Hotfix
  • Bug Fix
  • Dependency Update
  • Feature
  • Refactor
  • CI/CD
  • Documentation

Related Issues

Breaking Changes

  • No breaking changes
  • API signature changed
  • Configuration changed
  • Behavior changed
  • Dependencies changed
  • Features removed

Checklist

  • Dependencies added/updated
  • New environment variables
  • Performance impact assessed
  • Security implications reviewed
  • Deployment notes

Additional Context


PR Type

Enhancement


Description

  • Adds new GitHub Actions workflow.

  • Automatically assigns PR opener.

  • Triggers on pull request open.

  • Skips bots and pre-assigned PRs.


Diagram Walkthrough

flowchart LR
  A["Pull Request Opened"] --> B{Is not bot and no assignee?};
  B -- "Yes" --> C["Assign PR Opener"];
  B -- "No" --> D["Do nothing"];
Loading

File Walkthrough

Relevant files
Enhancement
assign.yml
New workflow for automatic PR assignee assignment               

.github/workflows/assign.yml

  • Introduces a new GitHub Actions workflow named Manage PR Assignee.
  • Configures the workflow to trigger on pull_request opened events.
  • Adds a job that assigns the PR opener (github.actor) as an assignee.
  • Includes a condition to run only if the actor is not a bot and no
    assignee is present.
+23/-0   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants