Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/workflows/matomo-ai-checklist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Action for running tests

name: AI Checklist

on:
pull_request:
types: [opened, synchronize, reopened, edited]

permissions:
actions: read
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
AiChecklist:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
- name: Run tests
uses: matomo-org/github-action-checklist-gate@main
4 changes: 3 additions & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@
- [✔/✖/NA] New test case added/updated?
- [✔/✖/NA] Are all newly added texts included via translation?
- [✔/✖/NA] Are text sanitized properly? (Eg use of v-text v/s v-html for vue)
- [✔/✖/NA] Version bumped?
- [✔/✖/NA] Version bumped?
- [✔/✖/NA] I have understood, reviewed, and tested all AI outputs before use
- [✔/✖/NA] All AI instructions respect security, IP, and privacy rules
Loading