Skip to content

feat(actions): add common issue lifecycle workflows#1976

Open
uwe-mayer wants to merge 2 commits intomainfrom
feat/introduce-issue-workflows
Open

feat(actions): add common issue lifecycle workflows#1976
uwe-mayer wants to merge 2 commits intomainfrom
feat/introduce-issue-workflows

Conversation

@uwe-mayer
Copy link
Copy Markdown
Contributor

Summary

Adds issue lifecycle workflows (triage + project sync) referencing the shared actions in cloudoperators/common.

Changes:

Prerequisites:

  • Org-level secret GH_PROJECT_TOKEN must be configured

⚠️ Dependency: Merge cloudoperators/common#58 first — the workflows reference cloudoperators/common/workflows/...@main.

Copilot AI review requested due to automatic review settings May 8, 2026 09:22
@uwe-mayer uwe-mayer requested review from a team as code owners May 8, 2026 09:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Introduces standardized issue lifecycle automation for this repository by switching to shared triage/project-sync automation maintained in cloudoperators/common, and updates contributor documentation accordingly.

Changes:

  • Replaces the local issue triage implementation with a shared cloudoperators/common workflow/action reference.
  • Adds a new workflow to sync issues to org project #9 when the backlog label is applied.
  • Updates CONTRIBUTING.md and removes the local skills/issue-triage.md in favor of shared documentation.

Reviewed changes

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

File Description
.github/workflows/issue-triage.yml Delegates issue triage automation to cloudoperators/common.
.github/workflows/issue-project-sync.yml Adds automation to sync backlog-labeled issues into org project #9.
CONTRIBUTING.md Replaces local lifecycle documentation with links to shared org-wide docs and quick links.
skills/issue-triage.md Removes local skill doc (moved to cloudoperators/common).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/issue-triage.yml
jobs:
label:
triage:
runs-on: ubuntu-latest
Comment thread .github/workflows/issue-project-sync.yml
Comment thread .github/workflows/issue-project-sync.yml
@uwe-mayer uwe-mayer force-pushed the feat/introduce-issue-workflows branch from fc7295c to 968498d Compare May 8, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants