Skip to content

build(deps): bump actions/checkout from 6 to 7 #16

build(deps): bump actions/checkout from 6 to 7

build(deps): bump actions/checkout from 6 to 7 #16

Workflow file for this run

name: CLA
on:
pull_request_target:
types: [opened, synchronize, closed]
issue_comment:
types: [created]
permissions:
checks: write
pull-requests: write
contents: read
jobs:
cla:
runs-on: ubuntu-latest
steps:
- uses: decibri/decibri-cla-action@v1
with:
store-token: ${{ secrets.CLA_STORE_TOKEN }}