Merge pull request #159 from plaid/generated_20240322T151631Z #173
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!' |