Skip to content

Commit

Permalink
Merge branch 'develop' into cla-update
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Nov 1, 2024
2 parents d59057c + 6579c26 commit ddd738f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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/[email protected]
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/'

0 comments on commit ddd738f

Please sign in to comment.