mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-04 19:02:11 +02:00
Merge commit '74cc8a4685' as 'ai-context/trustgraph-templates'
This commit is contained in:
commit
c386f68743
1216 changed files with 116347 additions and 0 deletions
25
ai-context/trustgraph-templates/.github/workflows/cla.yml
vendored
Normal file
25
ai-context/trustgraph-templates/.github/workflows/cla.yml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: CLA Assistant
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
contents: write
|
||||
pull-requests: write
|
||||
statuses: write
|
||||
|
||||
jobs:
|
||||
CLAssistant:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: CLA Assistant
|
||||
uses: trustgraph-ai/contributor-license-agreement/action@main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_ASSISTANT_PAT }}
|
||||
with:
|
||||
allowlist: 'dependabot,dependabot[bot],github-actions,github-actions[bot]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue