diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..0bbdeec --- /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).