Skip to content

Add OpenGraph definition #95

Add OpenGraph definition

Add OpenGraph definition #95

Workflow file for this run

---
name: Backlog Limits Checker
concurrency: preview-${{ github.ref }}
# yamllint disable-line rule:truthy
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
permissions:
contents: write
pull-requests: write
jobs:
backlogger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the action implemented in this repo
uses: ./
with:
config: queries.yaml
redmine_api_key: ${{ secrets.REDMINE_API_KEY }}
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: gh-pages