feat: Add aggregate filters to datasets and deposition queries #1739
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Validates PR title follows conventional commits | |
name: conventional commits check | |
on: | |
pull_request: | |
branches: main | |
types: | |
- edited | |
- opened | |
- synchronize | |
- reopened | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
conventional_commit_title: | |
runs-on: [ARM64, self-hosted, Linux] | |
steps: | |
- uses: amannn/action-semantic-pull-request@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |