Skip to content

Another test

Another test #209

Workflow file for this run

---
name: Backlog Limits Checker
concurrency: preview-${{ github.ref }}
# yamllint disable-line rule:truthy
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- closed
jobs:
backlogger_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run the action implemented in this repo
uses: ./
with:
config: queries.yaml
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: gh-pages