diff --git a/.github/workflows/cla_assistant.yml b/.github/workflows/cla_assistant.yml deleted file mode 100644 index d576e201..00000000 --- a/.github/workflows/cla_assistant.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "CLA Assistant" -on: - # issue_comment: - # types: [created] - # pull_request: - # types: [opened,closed,synchronize] - workflow_dispatch: - -jobs: - CLAssistant: - runs-on: ubuntu-latest - steps: - - name: "CLA Assistant" - if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request' - # Alpha Release - uses: cla-assistant/github-action@v2.0.3-alpha - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ACCESS_ALPHATIMS }} - with: - path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/MannLabs/alphatims/blob/master/misc/CLA.md' - # branch should not be protected - branch: 'cla' - allowlist: swillems, EugeniaVoytik, straussmaximilian, bot*