Skip to content

ci: add Engineering Kanban shared workflow#10

Open
muhlemmer wants to merge 2 commits into
mainfrom
automation/engineering-kanban-shared
Open

ci: add Engineering Kanban shared workflow#10
muhlemmer wants to merge 2 commits into
mainfrom
automation/engineering-kanban-shared

Conversation

@muhlemmer

Copy link
Copy Markdown
Contributor

Adds the shared reusable workflow that all Zitadel repositories will call to automatically add new issues and community PRs to the Engineering Kanban project.

Individual repositories will reference this via a thin caller workflow at .github/workflows/kanban.yml. All logic lives here so it only needs to change in one place.

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

Adds a reusable GitHub Actions workflow intended to be called by other Zitadel repositories to automatically add newly-created issues and community PRs to the Zitadel Engineering Kanban (GitHub Project 15).

Changes:

  • Introduces a workflow_call reusable workflow with inputs for an issue URL and PR URL.
  • Generates a GitHub App token and uses gh project item-add / gh project item-edit to add the item to Project 15 and set a single-select field.

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

Comment thread .github/workflows/kanban.yml Outdated
Comment thread .github/workflows/kanban.yml Outdated
Comment thread .github/workflows/kanban.yml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants