Skip to content

Merge pull request #159 from plaid/generated_20240322T151631Z #173

Merge pull request #159 from plaid/generated_20240322T151631Z

Merge pull request #159 from plaid/generated_20240322T151631Z #173

Workflow file for this run

# Commented this out since it seemed to be an unnecessary extra step. We can add this back if we find
# that external folks are creating a lot of PRs against the https://github.com/plaid/plaid-openapi repo.
# name: 'Lock down repository'
# on:
# pull_request:
# types: opened
# jobs:
# lockdown:
# runs-on: ubuntu-latest
# steps:
# - uses: dessant/repo-lockdown@v2
# with:
# github-token: ${{ github.token }}
# lock-pr: true
# process-only: 'prs'
# exclude-pr-labels: 'publish'
# pr-comment: 'The Plaid OpenAPI file is generated internally. Please open an [issue](https://github.com/plaid/plaid-openapi/issues/new) detailing your fix and we will backport it into our generator. Thanks!'