Deprecate process_placeholders argument for apply_text_edits function… #75
This file contains hidden or 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
| name: Dispatch Event On Push | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| dispatch: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| steps: | |
| - name: Repository Dispatch | |
| uses: peter-evans/repository-dispatch@v4 | |
| with: | |
| token: ${{ secrets.LSP_UTILS_REPOSITORY_DISPATCH_TOKEN }} | |
| repository: sublimelsp/lsp_utils | |
| event-type: new_commit |