fix(GRO-206): CTO review fixes — active filter on super user count + CI TAG fix

- Add active=true filter to all 3 super user count queries in staff.ts
  (revoke, deactivate, delete) so inactive super users aren't counted
- Fix ci.yml deploy step: use steps.version.outputs.tag instead of
  invalid github.sha::7 expression
- Remove GRO-206 CI trigger junk line from README.md

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barkley Trimsworth
2026-03-30 13:55:00 +00:00
parent c6a08be4c6
commit 7fdb32f95b
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ jobs:
- name: Deploy to groombook-dev
env:
TAG: pr-${{ github.event.pull_request.number }}-${{ github.sha::7 }}
TAG: ${{ steps.version.outputs.tag }}
PR_NUM: ${{ github.event.pull_request.number }}
run: |
echo "Deploying images tagged $TAG to groombook-dev..."