Skip to content

chore: update user stats endpoints to reflect new API guidelines #770

chore: update user stats endpoints to reflect new API guidelines

chore: update user stats endpoints to reflect new API guidelines #770

Workflow file for this run

name: CLA check
on:
# Run on default events, and also when converted from draft to ready
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
types: [checks_requested]
jobs:
cla:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Check if CLA signed
uses: canonical/has-signed-canonical-cla@19bae73390fdbfdc1ef9a9bb9408d87a1de755f6 # v2