/.github

Repository for holding workflow templates and reusable workflows.

Primary LanguageShell

Geoadmin Workflows Templates and Reusable Workflow

This repository contains the Geoadmin workflows templates and reusable workflows used for the organization's projects.

Reusable workflows

Reusable workflow are in the .github/workflows, they are managed by IGEB-B.

⚠️ WARNING: Changing reusable workflows affect all production IGEB-B repositories ❗ ⚠️

For more information on Reusable Workflow see Reusing workflows.

📝 NOTE: Although in theory reusable workflows can be located in any repository, those ones needs be in the special .github repository because of the configuration of the Release Drafter action. This action can only read its configuration from the current repository (repository using the reusable workflow) or from the special .github repository (see Probot Oktokit plugin config).

Testing the workflow

Before merging any changes in the reusable worklows master branch, they must be tested with geoadmin/test-milestone-workflow and/or geoadmin/test-semver-workflow. Those repositories are configured to use the reusable workflows based on the develop branch, not that the productive repository refer to the master branch.