We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7230cf1 commit 1bc591dCopy full SHA for 1bc591d
1 file changed
.github/workflows/update-copilot-nodejs.yaml
@@ -1,15 +1,15 @@
1
-name: Update copilot LSP
+name: Update Copilot LSP
2
3
on:
4
schedule:
5
- cron: "0 0 * * *"
6
push:
7
- branches: [beta]
+ branches: [master]
8
9
jobs:
10
update_copilot_lsp:
11
runs-on: ubuntu-latest
12
- name: Update copilot LSP
+ name: Update Copilot LSP
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v3
@@ -34,6 +34,6 @@ jobs:
34
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
35
base: beta
36
branch: create-pull-request/update-copilot-lsp
37
- commit-message: "feat: update to latest copilot LSP"
+ commit-message: "feat: update to latest Copilot LSP"
38
reviewers: MunifTanjim,zbirenbaum,AntoineGS
39
- title: "Update copilot LSP"
+ title: "Update Copilot LSP"
0 commit comments