chore(gitea_template): marquer les fichiers comme modèles + corriger chemins et runner
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 31s
CI - 4NK Node / Unit Tests (push) Failing after 31s
CI - 4NK Node / Integration Tests (push) Failing after 9s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 3s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 29s
CI - 4NK Node / Notify (push) Failing after 2s
Some checks failed
CI - 4NK Node / Code Quality (push) Failing after 31s
CI - 4NK Node / Unit Tests (push) Failing after 31s
CI - 4NK Node / Integration Tests (push) Failing after 9s
CI - 4NK Node / Security Tests (push) Failing after 28s
CI - 4NK Node / Docker Build & Test (push) Failing after 8s
CI - 4NK Node / Documentation Tests (push) Failing after 3s
CI - 4NK Node / Release Guard (push) Has been skipped
CI - 4NK Node / Performance Tests (push) Failing after 29s
CI - 4NK Node / Notify (push) Failing after 2s
This commit is contained in:
parent
03fc255fdc
commit
b8264a6b75
@ -6,6 +6,8 @@ labels: ['bug', 'needs-triage']
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Ce fichier est un modèle (template). Adaptez les champs à votre projet dérivé.
|
||||||
|
|
||||||
## 🐛 Description du Bug
|
## 🐛 Description du Bug
|
||||||
|
|
||||||
Description claire et concise du problème.
|
Description claire et concise du problème.
|
||||||
|
@ -6,6 +6,8 @@ labels: ['enhancement', 'needs-triage']
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> Ce fichier est un modèle (template). Adaptez les champs à votre projet dérivé.
|
||||||
|
|
||||||
## 🚀 Résumé
|
## 🚀 Résumé
|
||||||
|
|
||||||
Description claire et concise de la fonctionnalité souhaitée.
|
Description claire et concise de la fonctionnalité souhaitée.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# LOCAL_OVERRIDES.yml — dérogations locales contrôlées
|
# LOCAL_OVERRIDES.yml — dérogations locales contrôlées (fichier modèle)
|
||||||
overrides:
|
overrides:
|
||||||
- path: ".gitea/workflows/ci.yml"
|
- path: ".gitea/workflows/ci.yml"
|
||||||
reason: "spécificité d’environnement"
|
reason: "spécificité d’environnement"
|
||||||
owner: "@maintainer_handle"
|
owner: "@maintainer_handle"
|
||||||
expires: "2025-12-31"
|
expires: "2025-12-31"
|
||||||
- path: "scripts/auto-ssh-push.sh"
|
- path: "scripts/scripts/auto-ssh-push.sh"
|
||||||
reason: "flux particulier temporaire"
|
reason: "flux particulier temporaire"
|
||||||
owner: "@maintainer_handle"
|
owner: "@maintainer_handle"
|
||||||
expires: "2025-10-01"
|
expires: "2025-10-01"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# .gitea/workflows/template-sync.yml — synchronisation et contrôles d’intégrité
|
# .gitea/workflows/template-sync.yml — synchronisation et contrôles d’intégrité (fichier modèle)
|
||||||
name: 4NK Template Sync
|
name: 4NK Template Sync
|
||||||
on:
|
on:
|
||||||
schedule: # planification régulière
|
schedule: # planification régulière
|
||||||
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-and-sync:
|
check-and-sync:
|
||||||
runs-on: linux
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Lire TEMPLATE_VERSION et .4nk-sync.yml
|
- name: Lire TEMPLATE_VERSION et .4nk-sync.yml
|
||||||
# Doit charger ref courant, source_repo et périmètre paths
|
# Doit charger ref courant, source_repo et périmètre paths
|
||||||
|
Loading…
x
Reference in New Issue
Block a user