From b15c561f98494bcbdbfa355077ac264e678b236c Mon Sep 17 00:00:00 2001 From: Philipp Langer Date: Wed, 22 Apr 2026 15:12:05 +0200 Subject: [PATCH] feat: add deprecation notice --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ CODEOWNERS | 14 -------------- README.MD | 12 +++++------- 3 files changed, 10 insertions(+), 21 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..545fcac4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ +Note: Please do not use this repository for new internal shared workflows and actions. Use https://github.com/Typeform/.github-private instead! + +Please check that your contribution applies to one of these cases below. If this is not the case, please contribute to https://github.com/Typeform/.github-private instead. +- [ ] This PR only changes an existing workflow. +- [ ] This PR adds a new workflow that is needed in a public Typeform repository. diff --git a/CODEOWNERS b/CODEOWNERS index 74ee8cda..0c60f3ba 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,15 +1 @@ * @Typeform/delivery-experience -.github/workflows/go-lint-workflow.yaml @Typeform/delivery-experience -.github/workflows/image-multiarch.yaml @Typeform/delivery-experience -reusable-workflows/go-lint @Typeform/delivery-experience -reusable-workflows/image-multiarch @Typeform/delivery-experience -shared-actions/send-deployment-event @Typeform/delivery-experience -workflow-templates/send-deployment-event.properties.json @Typeform/delivery-experience -workflow-templates/send-deployment-event.svg @Typeform/delivery-experience -workflow-templates/send-deployment-event.yml @Typeform/delivery-experience -workflow-templates/ci-standard-checks.yml @Typeform/delivery-experience -workflow-templates/ci-standard-checks.svg @Typeform/delivery-experience -workflow-templates/ci-standard-checks.properties.json @Typeform/delivery-experience -workflow-templates/frontend-canary-cleanup.yml @Typeform/delivery-experience -workflow-templates/frontend-canary-cleanup.svg @Typeform/delivery-experience -workflow-templates/frontend-canary-cleanup.properties.json @Typeform/delivery-experience diff --git a/README.MD b/README.MD index fb489755..e8bf0b4f 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,8 @@ # .github -A repository gathering commonly used typeform GitHub Workflows and Actions + +A repository gathering commonly used GitHub Workflows and Actions in Typeform public repositories. + +Note: Please do not use this repository for new internal shared workflows and actions. Use https://github.com/Typeform/.github-private instead. ## Contributing ⚠️ This is a public repository. To avoid leaking API tokens, passwords, or other sensitive data please enable a custom git hook for that purpose. To activate it run: @@ -7,10 +10,5 @@ A repository gathering commonly used typeform GitHub Workflows and Actions make enable-git-hooks ``` -All code should pass tests, as well as be well documented. [Please also see the Commit Message Guidelines](CONTRIBUTING.MD) for how commit messages should be structured. - -## Credits - -[Yeti Vector Art by ayaankabir in Vecteezy](https://www.vecteezy.com/vector-art/125972-yeti-vector) +All code should pass tests, as well as be well documented. [Please also see the Commit Message Guidelines](CONTRIBUTING.md) for how commit messages should be structured. -[Vector drawing of twitter bird published by OpenClipart in Freesvg.org](https://freesvg.org/vector-drawing-of-twitter-bird)