From a186d0861a9f1098bc1425aae28ca058f0ebbb3d Mon Sep 17 00:00:00 2001 From: Fernando Ochoa Olivares Date: Thu, 26 Dec 2024 02:15:09 -0600 Subject: [PATCH] Delete .github/workflows/cla.yml Signed-off-by: Fernando Ochoa Olivares --- .github/workflows/cla.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/cla.yml diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml deleted file mode 100644 index b5eac6a..0000000 --- a/.github/workflows/cla.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: "CLA Assistant" -on: - issue_comment: - types: [created] - pull_request_target: - types: [opened,closed,synchronize] - -jobs: - CLAssistant: - runs-on: ubuntu-latest - steps: - - name: "CLA Assistant" - if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target' - # Alpha Release - uses: cla-assistant/github-action@v2.0.2-alpha - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_PAT }} - with: - remote-organization-name: twitter - remote-repository-name: .github-private - path-to-signatures: 'cla/signatures.json' - path-to-document: 'https://gist.github.com/twitter-service/a1ad5818c024dc4265f8b60e6d043f26' - custom-allsigned-prcomment: 'All Contributors have signed the CLA. If the commit check is not passing, a maintainer must go the Checks tab of this PR and rerun the GitHub Action.' - branch: 'main'