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 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