diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2022-08-03 08:02:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 08:02:26 -0700 |
| commit | 4bec857a983f732009ad96ba4936d389a93fdc98 (patch) | |
| tree | c206c93924417e64ebc04a9ca586d9c30b9dd8e2 /.github/workflows | |
| parent | style: fix dartls formatting (#2042) (diff) | |
| download | nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar.gz nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar.bz2 nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar.lz nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar.xz nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.tar.zst nvim-lspconfig-4bec857a983f732009ad96ba4936d389a93fdc98.zip | |
feat(ci): include link i auto-close message
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/feature-branch-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/feature-branch-check.yml b/.github/workflows/feature-branch-check.yml index 7e5b4601..40bbb29f 100644 --- a/.github/workflows/feature-branch-check.yml +++ b/.github/workflows/feature-branch-check.yml @@ -24,5 +24,5 @@ jobs: if: ${{ github.head_ref == 'master' }} run: | gh pr close $PR_NUMBER - gh pr comment $PR_NUMBER --body "This pull request has been automatically closed. Please develop on a feature branch. Thank you." + gh pr comment $PR_NUMBER --body "Please develop on a feature branch. See https://github.com/neovim/nvim-lspconfig/pull/1464 for background." exit 1 |
