Skip to content

Bump clap from 4.6.0 to 4.6.1 #42

Bump clap from 4.6.0 to 4.6.1

Bump clap from 4.6.0 to 4.6.1 #42

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 }}