https://github.com/geoadmin/.github
Repository for holding workflow templates and reusable workflows.
https://github.com/geoadmin/.github
managed-by-tf templates workflow
Last synced: 24 days ago
JSON representation
Repository for holding workflow templates and reusable workflows.
- Host: GitHub
- URL: https://github.com/geoadmin/.github
- Owner: geoadmin
- Created: 2021-10-20T09:57:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-07T07:19:07.000Z (2 months ago)
- Last Synced: 2026-04-07T08:26:30.017Z (2 months ago)
- Topics: managed-by-tf, templates, workflow
- Language: Shell
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](.github/workflows/), they are managed by PP-BGDI.
:warning: ***WARNING: Changing reusable workflows affect all production PP-BGDI repositories :exclamation:*** :warning:
For more information on Reusable Workflow see [Reusing workflows](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows).
:memo: *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](https://github.com/probot/octokit-plugin-config#octokit-plugin-config)).*
## Testing the workflow
Before merging any changes in the reusable worklows master branch, they must be tested with [geoadmin/test-milestone-workflow](https://github.com/geoadmin/test-milestone-workflow) and/or [geoadmin/test-semver-workflow](https://github.com/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.