OpenAPI generated code at 2024-03-28T16:02:10Z #174
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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!' |