Skip to content

fix: sort executions by scheduledat time #11906

fix: sort executions by scheduledat time

fix: sort executions by scheduledat time #11906

Workflow file for this run

name: "Linting pr"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
prlint:
name: Lint PR
runs-on: ubuntu-latest
steps:
- name: Lint PR
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}