Skip to content

feat: add temporality #1992

feat: add temporality

feat: add temporality #1992

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
Triage:
permissions:
contents: read
pull-requests: write
runs-on: formance-runner
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
PR:
name: Check PR Title
runs-on: formance-runner
permissions:
statuses: write
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}