From 098d43d460fa2b2aed812ce72f4b098a2ad66309 Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Wed, 2 Oct 2024 18:40:13 +0200 Subject: [PATCH] Delete .github/workflows/pm-actions-cool.yaml (#7401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😭 --- .github/workflows/pm-actions-cool.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/pm-actions-cool.yaml diff --git a/.github/workflows/pm-actions-cool.yaml b/.github/workflows/pm-actions-cool.yaml deleted file mode 100644 index 70afd6e93..000000000 --- a/.github/workflows/pm-actions-cool.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Assign - -on: - issues: - types: [opened, edited] - issue_comment: - types: [created, edited] - -jobs: - add-assigness: - runs-on: ubuntu-latest - steps: - - name: Add assigness - uses: actions-cool/issues-helper@v3 - with: - actions: 'add-assignees' - token: ${{ secrets.TOKEN_FOR_GITHUB_BOT }}