From 58db90ca1f2c3f0621faa929ffb8ec7c9a39d3e9 Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Wed, 5 Apr 2023 00:46:13 +0200 Subject: [PATCH] ci: remove obsolete Gitter notification flow --- .github/workflows/gitter.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/gitter.yml diff --git a/.github/workflows/gitter.yml b/.github/workflows/gitter.yml deleted file mode 100644 index e86ed6e..0000000 --- a/.github/workflows/gitter.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Gitter release notification -on: create - -jobs: - notify: - if: github.ref_type == 'tag' - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - run: curl --data-urlencode "message=[${{github.repository}} ${{github.ref_name}}](https://github.com/${{github.repository}}/releases/${{github.ref_name}}) released" ${{secrets.GITTER_CUSTOM_WEBHOOK}}