Skip to content

Bump cla-assistant/github-action from 2.5.0 to 2.5.1 #371

Bump cla-assistant/github-action from 2.5.0 to 2.5.1

Bump cla-assistant/github-action from 2.5.0 to 2.5.1 #371

Workflow file for this run

name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request:
types: [opened,closed,synchronize]
permissions:
actions: read
checks: read
contents: write
deployments: read
issues: read
packages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request'
uses: cla-assistant/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.BITRISE_API_CONTRIBUTOR_LICENSE_AGREEMENT }}
with:
path-to-signatures: 'signatures/version1/cla.json'
path-to-document: 'https://github.com/Staffbase/template-oss-repository/blob/master/CLA.md'
branch: 'signatures'
allowlist: cstaud,staust,dependabot[bot]