From 0221c4a61a52835bd9f5090dea31bb22b32f5c6e Mon Sep 17 00:00:00 2001 From: Andreas Beuge Date: Thu, 26 Jun 2025 23:17:47 +0200 Subject: [PATCH 1/2] chore: add copilot-instructions.md --- .github/copilot-instructions.md | 5 +++++ .github/workflows/README.md | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .github/copilot-instructions.md delete mode 100644 .github/workflows/README.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..039bd55 --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,5 @@ +In this repository we manage our reusable pipelines to deploy services to kubernetes. + +The relevant folder is .github/workflows which contains several pipelines to be used to support build processes and deployments. + +This is a public repository, our team uses Jira for tracking items of work you'll find references with the pattern INF-{number} for the ticket in commits and pull request titles. diff --git a/.github/workflows/README.md b/.github/workflows/README.md deleted file mode 100644 index 6d26b4e..0000000 --- a/.github/workflows/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Reusable workflows - -Workflow files here can be reusable into your repo pipelines as defined in -[reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows#example-reusable-workflow). From 5df13e6a1b247898ba318210acd52aa910449113 Mon Sep 17 00:00:00 2001 From: andibeuge <97287249+andibeuge@users.noreply.github.com> Date: Thu, 26 Jun 2025 23:19:18 +0200 Subject: [PATCH 2/2] Update .github/copilot-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 039bd55..0bbdeec 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,4 +1,4 @@ -In this repository we manage our reusable pipelines to deploy services to kubernetes. +In this repository we manage our reusable pipelines to deploy services to Kubernetes. The relevant folder is .github/workflows which contains several pipelines to be used to support build processes and deployments.