Skip to content

Add status field to users #18

Add status field to users

Add status field to users #18

Workflow file for this run

name: Backline
on:
pull_request:
types: [opened, synchronize, closed]
permissions:
contents: read
pull-requests: write
concurrency:
group: backline-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
backline:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./
with:
config: examples/01-express-api/.backline.yml
github-token: ${{ secrets.GITHUB_TOKEN }}