Skip to content

Commit

Permalink
Create cla.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac Siri committed Nov 15, 2023
1 parent c5f1a95 commit 893bf7a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "CLA"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]
merge_group:
branches:
- main

permissions:
actions: write
contents: write
pull-requests: write
statuses: write

jobs:
check_cla:
uses: forem/forem/.github/workflows/cla.yml@main
secrets: inherit

0 comments on commit 893bf7a

Please sign in to comment.