1.1.0 Release 🎉
With this release support is added for:
- Custom app configurations
- Workflows that are defined outside of the default
.github
repository. (see: #13)
Optionally, you can define a custom configuration in the .github
repository by creating a organization-workflows-settings.yml
file. This configuration should be defined as a YAML file and - for now - has a single configuration setting:
- workflows_repository: The repository where your organization workflows are defined. (default: .github)
Example:
workflows_repository: our-organization-workflows