From 3c02737c1c3e740a4be11e6c047e7458fc878c48 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 22 Nov 2024 12:39:53 +0300 Subject: [PATCH] Delete .github/workflows/cla.yml --- .github/workflows/cla.yml | 26 -------------------------- 1 file changed, 26 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 35c0a4e..0000000 --- a/.github/workflows/cla.yml +++ /dev/null @@ -1,26 +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: startsWith(github.event.comment.body, 'I hereby agree to the terms - of the CLA available at') || github.event_name == 'pull_request_target' - uses: cla-assistant/github-action@v2.3.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - with: - path-to-signatures: ' realmedium_sample.json' - path-to-document: 'https://github.com/userver-framework/realmedium_sample/blob/develop/CONTRIBUTING.md' - branch: 'develop' - remote-organization-name: userver-framework - remote-repository-name: CLAs - custom-pr-sign-comment: 'I hereby agree to the terms of the CLA available - at: https://yandex.ru/legal/cla/'