Skip to content

[MPT-14093] Added accounts buyers endpoints #99

[MPT-14093] Added accounts buyers endpoints

[MPT-14093] Added accounts buyers endpoints #99

Workflow file for this run

name: Danger
on:
pull_request:
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
pull-requests: write
jobs:
danger:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: softwareone-platform/one-danger@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}