Skip to content

Commit c696684

Browse files
authored
ci: onboard agreements (#10)
1 parent 7691a63 commit c696684

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/agreements.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "CLA Assistant"
2+
on:
3+
issue_comment:
4+
types: [created]
5+
pull_request_target:
6+
types: [opened, closed, synchronize]
7+
8+
jobs:
9+
call-workflow-agreements:
10+
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1
11+
permissions:
12+
actions: read
13+
contents: read
14+
pull-requests: write
15+
statuses: read
16+
secrets:
17+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}

0 commit comments

Comments
 (0)