Skip to content

Add missing github workflows - #27

Merged
tadeas-hejnic merged 1 commit into
developfrom
26-proposal-add-github-workflows
Aug 20, 2026
Merged

tadeas-hejnic merged 1 commit into
developfrom
26-proposal-add-github-workflows

Conversation

@tadeas-hejnic

Copy link
Copy Markdown
Contributor

Changelog Description

This pull request introduces two new GitHub Actions workflows to automate release management and enforce pull request label validation. These additions help streamline the release process and ensure that pull requests are properly labeled before merging.

@tadeas-hejnic tadeas-hejnic linked an issue Aug 20, 2026 that may be closed by this pull request
2 tasks
@tadeas-hejnic tadeas-hejnic self-assigned this Aug 20, 2026
@tadeas-hejnic tadeas-hejnic added the type: enhancement Improvement of existing functionality or minor addition label Aug 20, 2026
@tadeas-hejnic
tadeas-hejnic requested a lite review from Copilot August 20, 2026 09:29

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR adds two GitHub Actions workflows to centralize PR label validation and manual release triggering by delegating to reusable workflows in ynput/ops-repo-automation.

Changes:

  • Add a PR-triggered workflow to validate PR “type” labels via a reusable workflow.
  • Add a manually triggered workflow to initiate releases (draft/overwrite inputs) via a reusable workflow.

Reviewed changes

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

File Description
.github/workflows/validate_pr_labels.yml Adds PR label validation workflow using a reusable workflow.
.github/workflows/release_trigger.yml Adds manual release trigger workflow using a reusable workflow.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/validate_pr_labels.yml
Comment thread .github/workflows/release_trigger.yml
@tadeas-hejnic
tadeas-hejnic requested a review from BigRoy August 20, 2026 09:46
@tadeas-hejnic tadeas-hejnic added type: maintanance Changes to the code that don't affect product functionality (Technical debt, refactors etc.)) and removed type: enhancement Improvement of existing functionality or minor addition labels Aug 20, 2026
@tadeas-hejnic
tadeas-hejnic merged commit 101686b into develop Aug 20, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: maintanance Changes to the code that don't affect product functionality (Technical debt, refactors etc.))

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Proposal] Add github workflows

3 participants