|
1 | | -# reusable-workflows |
| 1 | +# Reusable Workflows |
| 2 | + |
| 3 | +<!-- OSPO-managed README | Generated: 2026-04-16 | v2 --> |
| 4 | + |
| 5 | +[](LICENSE) [](https://kiteworks.com/opensource) |
| 6 | + |
| 7 | +A collection of reusable GitHub Actions workflow definitions for the ownCloud organization. These shared workflows standardize CI/CD patterns -- such as linting, testing, building, and deploying -- across multiple ownCloud repositories, reducing duplication and ensuring consistent automation practices. |
| 8 | + |
| 9 | +## Getting Started |
| 10 | + |
| 11 | +Follow the steps below to use these workflows in your repository. |
| 12 | + |
| 13 | +### Using a Workflow |
| 14 | + |
| 15 | +Reference a workflow from this repository in your GitHub Actions configuration: |
| 16 | + |
| 17 | +```yaml |
| 18 | +jobs: |
| 19 | + build: |
| 20 | + uses: owncloud/reusable-workflows/.github/workflows/<workflow-name>.yml@main |
| 21 | + with: |
| 22 | + # workflow-specific inputs |
| 23 | + secrets: |
| 24 | + # workflow-specific secrets |
| 25 | +``` |
| 26 | + |
| 27 | +See the `.github/workflows/` directory for available workflow definitions. |
| 28 | + |
| 29 | +## Documentation |
| 30 | + |
| 31 | +- [GitHub Reusable Workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) |
| 32 | + |
| 33 | +## Part of ownCloud Infrastructure |
| 34 | + |
| 35 | +These reusable workflows are referenced by repositories across the [ownCloud GitHub organization](https://github.com/owncloud) using the `uses: owncloud/reusable-workflows/.github/workflows/<name>@<ref>` syntax. |
| 36 | + |
| 37 | +## Community & Support |
| 38 | + |
| 39 | +**[Star](https://github.com/owncloud/reusable-workflows)** this repo and **Watch** for release notifications! |
| 40 | + |
| 41 | +- [ownCloud Website](https://owncloud.com) |
| 42 | +- [Community Discussions](https://github.com/orgs/owncloud/discussions) |
| 43 | +- [Matrix Chat](https://app.element.io/#/room/#owncloud:matrix.org) |
| 44 | +- [Documentation](https://doc.owncloud.com) |
| 45 | +- [Enterprise Support](https://owncloud.com/contact-us/) |
| 46 | +- [OSPO Home](https://kiteworks.com/opensource) |
| 47 | + |
| 48 | +## Contributing |
| 49 | + |
| 50 | +We welcome contributions! Please read the [Contributing Guidelines](CONTRIBUTING.md) |
| 51 | +and our [Code of Conduct](CODE_OF_CONDUCT.md) before getting started. |
| 52 | + |
| 53 | +### Workflow |
| 54 | + |
| 55 | +- **Rebase Early, Rebase Often!** We use a rebase workflow. Always rebase on the target branch before submitting a PR. |
| 56 | +- **Dependabot**: Automated dependency updates are managed via Dependabot. Review and merge dependency PRs promptly. |
| 57 | +- **Signed Commits**: All commits **must** be PGP/GPG signed. See [GitHub's signing guide](https://docs.github.com/en/authentication/managing-commit-signature-verification). |
| 58 | +- **DCO Sign-off**: Every commit must carry a `Signed-off-by` line: |
| 59 | + ``` |
| 60 | + git commit -s -S -m "your commit message" |
| 61 | + ``` |
| 62 | +- **GitHub Actions Policy**: Workflows may only use actions that are (a) owned by `owncloud`, (b) created by GitHub (`actions/*`), or (c) verified in the GitHub Marketplace. |
| 63 | + |
| 64 | +## Security |
| 65 | + |
| 66 | +**Do not open a public GitHub issue for security vulnerabilities.** |
| 67 | + |
| 68 | +Report vulnerabilities at **<https://security.owncloud.com>** -- see [SECURITY.md](SECURITY.md). |
| 69 | + |
| 70 | +Bug bounty: [YesWeHack ownCloud Program](https://yeswehack.com/programs/owncloud-bug-bounty-program) |
| 71 | + |
| 72 | +## License |
| 73 | + |
| 74 | +See [LICENSE](LICENSE) for license details. |
| 75 | + |
| 76 | +## About the ownCloud OSPO |
| 77 | + |
| 78 | +The [Kiteworks Open Source Program Office](https://kiteworks.com/opensource), operating under |
| 79 | +the [ownCloud](https://owncloud.com) brand, launched on May 5, 2026, to steward the open source |
| 80 | +ecosystem around ownCloud's products. The OSPO ensures transparent governance, license compliance, |
| 81 | +community health, and sustainable collaboration between the open source community and |
| 82 | +[Kiteworks](https://www.kiteworks.com), which acquired ownCloud in 2023. |
| 83 | + |
| 84 | +- **OSPO Home**: <https://kiteworks.com/opensource> |
| 85 | +- **GitHub**: <https://github.com/owncloud> |
| 86 | +- **ownCloud**: <https://owncloud.com> |
| 87 | + |
| 88 | +For questions about the OSPO or licensing, contact ospo@kiteworks.com. |
| 89 | + |
| 90 | +### License Migration to Apache 2.0 |
| 91 | + |
| 92 | +The OSPO is driving a strategic relicensing of ownCloud repositories toward the |
| 93 | +[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), following |
| 94 | +the [Apache Software Foundation's third-party license policy](https://www.apache.org/legal/resolved.html). |
| 95 | + |
| 96 | +Individual repositories will migrate as their audit is completed. The LICENSE file |
| 97 | +in each repo reflects its **current** license status (not the target). |
| 98 | + |
| 99 | +**Current license: Not detected.** The OSPO will determine the current license status of this |
| 100 | +repository before planning any migration steps. If you know the intended license, please open an |
| 101 | +issue or contact ospo@kiteworks.com. |
0 commit comments