* chore: Update CI workflow to include 'merge_group' event and adjust CI run conditions
- Added 'merge_group' event type to the CI workflow triggers.
- Updated the condition for running CI jobs to include 'merge_group' alongside existing events.
* chore: Add 'merge_group' event to CI workflow for enhanced PR handling
* ci: add synchronize event to PR label workflow
* feat: add nightly build status check to CI workflow
* ci: rename job to 'Check Nightly Status' in CI workflow
* ci(conventional-labels.yml): update pull_request_target event types to remove unnecessary spaces and adjust pull_request_review event types to only trigger on submitted actions
* feat: add condition to run path-filter job only if PR is approved, manual run, or not a draft PR
* chore: update conventional-labeler action to version 2.0.0
* chore: add 'bug' label to fix category in release.yml
* chore(conventional-labels.yml): add 'Validate PR' job to validate pull requests before labeling them
chore(conventional-labels.yml): add 'Label PR' job to label pull requests after validation is successful
* chore(conventional-labels.yml): update conditional statement in Label PR job to exclude Bot users from linting and only run if PR validation is successful
* chore(conventional-labels.yml): update type_labels mapping to align with conventional commit keywords for better labeling in GitHub actions.
* fix(conventional-labels.yml): run workflow only on editing the PR
* chore(conventional-labels.yml): do not require an issue reference
* feat: Add GitHub Actions workflow for labeling PRs with Conventional Commits
* feat(release.yml): add release.yml file with predefined categories for changelog to improve consistency and clarity in release notes
* style(release.yml): change 'perf' label to 'performance' for better clarity and consistency across labels in changelog section