Skip to content

Commit 1bc591d

Browse files
committed
ci: update workflow to use master branch
1 parent 7230cf1 commit 1bc591d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/update-copilot-nodejs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: Update copilot LSP
1+
name: Update Copilot LSP
22

33
on:
44
schedule:
55
- cron: "0 0 * * *"
66
push:
7-
branches: [beta]
7+
branches: [master]
88

99
jobs:
1010
update_copilot_lsp:
1111
runs-on: ubuntu-latest
12-
name: Update copilot LSP
12+
name: Update Copilot LSP
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v3
@@ -34,6 +34,6 @@ jobs:
3434
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3535
base: beta
3636
branch: create-pull-request/update-copilot-lsp
37-
commit-message: "feat: update to latest copilot LSP"
37+
commit-message: "feat: update to latest Copilot LSP"
3838
reviewers: MunifTanjim,zbirenbaum,AntoineGS
39-
title: "Update copilot LSP"
39+
title: "Update Copilot LSP"

0 commit comments

Comments
 (0)