From 8503ca825ad655b411e8ac9ea82cec8f02816087 Mon Sep 17 00:00:00 2001 From: fserranoarrese Date: Thu, 2 Feb 2023 15:01:48 +0100 Subject: [PATCH 1/4] Dummy commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d71d48..e137ed7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Fullstack Toolbox +REMOVE GODDAMIT + Fullstack Toolbox This is a fullstack *template* that allows to create a fast MVP for any web From 6236f4fc4fca43e6c85fbdb2ee8112192d72915f Mon Sep 17 00:00:00 2001 From: fserranoarrese Date: Thu, 2 Feb 2023 15:02:52 +0100 Subject: [PATCH 2/4] Dummy commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e137ed7..62ff1b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fullstack Toolbox -REMOVE GODDAMIT +REMOVE GODDAMIT NOT YET THOUGH Fullstack Toolbox From 979b1b8f36a5d04e1a3ec626c44641724bb5efe2 Mon Sep 17 00:00:00 2001 From: fserranoarrese Date: Thu, 2 Feb 2023 15:05:02 +0100 Subject: [PATCH 3/4] Add GH action --- .github/workflows/remove-lables-on-push.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/remove-lables-on-push.yml diff --git a/.github/workflows/remove-lables-on-push.yml b/.github/workflows/remove-lables-on-push.yml new file mode 100644 index 0000000..9398ae7 --- /dev/null +++ b/.github/workflows/remove-lables-on-push.yml @@ -0,0 +1,16 @@ + +name: Remove Labels + +on: [push] + +jobs: + remove_labels: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions-ecosystem/action-remove-labels@v1 + if: ${{ startsWith(github.event.comment.body, '/remove-labels') }} + with: + labels: | + documentation + bug From f539cac6abde3f7113daebd5ec76614cb07a92ae Mon Sep 17 00:00:00 2001 From: fserranoarrese Date: Thu, 2 Feb 2023 15:06:37 +0100 Subject: [PATCH 4/4] Dummy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62ff1b6..e137ed7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fullstack Toolbox -REMOVE GODDAMIT NOT YET THOUGH +REMOVE GODDAMIT Fullstack Toolbox