kestra-io / kestra-io/github-actions
Deploy actions: no branch or environment deployment support
@fdelbrayelle is already working on this.
Since Sep 16, 2026.
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- Avg merge
- 26d 22h
- Merged PRs (30d)
- 1
Description
Feature description
The actions have no prefixing, no deploy-with-triggers-disabled, and no namespace or resource mapping. namespace (force a single target) is the only scoping input; kestractl flows deploy also has --recursive and --fail-fast, neither exposed.
An existing customer's per-PR staging workflow therefore does regex surgery on the flow YAML before upload: prefix namespaces with staging.pr<N>, flip system.readOnly, inject disabled: true under every trigger, then upload.
Open question:
Does this belong in the action at all? io.kestra.plugin.git.SyncFlows already does branch → targetNamespace with namespace rewriting, scoped delete and a dryRun diff, but it is a pull model running inside Kestra, not a push from CI.
For a proper push-from-CI workflow, the action needs at least a namespace prefix or mapping input and a triggers-disabled deploy.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.