From 3af9d21eda91e522a3ee39c437c8f29cab6e31f7 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:01:22 +0200 Subject: [PATCH 1/2] docs: explain the purpose of workflows --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa5674f..9ed823a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Manage the surge.sh domains of the Process Analytics project. Workflows are used to manage surge.sh domains specific to the Process Analytics project. -- [List all domains](.github/workflows/surge-list-domains.yml) -- [Teardown a domain](.github/workflows/surge-teardown-domain.yml) -- [Teardown old domains](.github/workflows/surge-teardown-old-domains.yml) +- [List all domains](.github/workflows/surge-list-domains.yml): get the list of all active domains for the Process Analytics GitHub organization +- [Teardown a domain](.github/workflows/surge-teardown-domain.yml): delete a domain +- [Teardown old domains](.github/workflows/surge-teardown-old-domains.yml): periodically delete domains older than one month (inactive PRs, domains not automatically closed when the PR is closed) ## Patching the "surge" CLI From c71deb6483fc028931b66edf0bcc02dcb126fe40 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:05:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e0ceb..4b094ef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Manage the surge.sh domains of the Process Analytics project. Workflows are used to manage surge.sh domains specific to the Process Analytics project. -- [List all domains](.github/workflows/surge-list-domains.yml): get the list of all active domains for the Process Analytics GitHub organization +- [List all domains](.github/workflows/surge-list-domains.yml): get the list of all active domains - [Teardown a domain](.github/workflows/surge-teardown-domain.yml): delete a domain - [Teardown old domains](.github/workflows/surge-teardown-old-domains.yml): periodically delete domains older than one month (inactive PRs, domains not automatically closed when the PR is closed)