From f59ee06298b0e9bacc625c0c5b974e7f61196f64 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 25 Nov 2020 14:08:46 -0800 Subject: [PATCH 1/3] Update README.md Add in a notice about the lack of maintenance on this repository. Sadly we haven't got the people to maintain this repository and we'd like to make it clear to visitors to this repository about it's state. This process of marking it unmaintained only affects future updates. The Action will still continue work as it is in old workflows. Once this lands, we'll also Archive this repository. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1f6cc90..52b3d37 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # setup-haskell +**Please note:** This repository is currently unmaintained by a team of developers at GitHub. The +repository is here and you can use it as an example, or in Actions. However please be aware that +we are not going to be updating issues or pull requests on this repository. + +You could also fork this code and maintain it, if you do please publish it to the Marketplace and +we'll try to link to it. + +To reflect this state we’ve marked this repository as Archived. + +If you are having an issue or question about GitHub Actions then please [contact customer support](https://help.github.com/en/articles/about-github-actions#contacting-support). + +If you have found a security issue [please submit it here](https://hackerone.com/github). + +--- + [![GitHub Actions status](https://github.com/actions/setup-haskell/workflows/Main%20workflow/badge.svg)](https://github.com/actions/setup-haskell) This action sets up a Haskell environment for use in actions by: From 6c40c293ecd78830332b05431b6be185753a1617 Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Wed, 25 Nov 2020 15:07:39 -0800 Subject: [PATCH 2/3] Update README.md Add in a link to a maintained fork. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b3d37..01552e7 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ repository is here and you can use it as an example, or in Actions. However please be aware that we are not going to be updating issues or pull requests on this repository. -You could also fork this code and maintain it, if you do please publish it to the Marketplace and -we'll try to link to it. +**Maintained forks:** +* [haskell-ci/setup](https://github.com/haskell-ci/setup) + +You could also fork this code and maintain it, if you do please let us know. To reflect this state we’ve marked this repository as Archived. From a5186f2ae57b949ef7536d4401168ed46c5f783f Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Thu, 10 Dec 2020 16:22:47 -0800 Subject: [PATCH 3/3] Update README.md Updating as per suggestion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01552e7..6d00582 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ repository is here and you can use it as an example, or in Actions. However plea we are not going to be updating issues or pull requests on this repository. **Maintained forks:** -* [haskell-ci/setup](https://github.com/haskell-ci/setup) +* [haskell/actions](https://github.com/haskell/actions) You could also fork this code and maintain it, if you do please let us know.