Skip to content

1.1.0 Release

Compare
Choose a tag to compare
@SvanBoxel SvanBoxel released this 17 Jan 15:36
· 21 commits to main since this release
aca15d0

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