Skip to content

Commit

Permalink
align CLA GitHub Action with other Authzed repos
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Apr 15, 2024
1 parent 78afef0 commit a376181
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ on: # yamllint disable-line rule:truthy
- "opened"
- "closed"
- "synchronize"
merge_group:
types:
- "checks_requested"
jobs:
cla:
name: "Check Signature"
runs-on: "ubuntu-latest"
runs-on: "buildjet-2vcpu-ubuntu-2204"
steps:
- uses: "authzed/actions/cla-check@main"
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
cla_assistant_token: "${{ secrets.CLA_ASSISTANT_ACCESS_TOKEN }}"

0 comments on commit a376181

Please sign in to comment.