You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#trigger the build on vscode-brightscript-language
20
-
- name: Build vsix for branch "${{ github.head_ref}}"
24
+
# Trigger the build on vscode-brightscript-language. That workflow interprets these
25
+
# inputs, builds the .vsix files, and posts the download links back on the PR
26
+
- name: Build vsix
21
27
uses: aurelien-baudet/workflow-dispatch@v2.1.1
22
28
id: create-vsix
23
29
with:
24
-
workflow: create-vsix
25
-
ref: master
26
-
wait-for-completion: true
27
-
display-workflow-run-url: true
28
-
repo: rokucommunity/vscode-brightscript-language
29
-
token: ${{ env.TOKEN }}
30
-
inputs: '{ "branch": "${{ github.head_ref }}"}'
31
-
#add a comment on the PR
32
-
- name: Add comment to PR
33
-
uses: actions/github-script@v5
34
-
with:
35
-
github-token: ${{ env.TOKEN }}
36
-
script: |
37
-
github.rest.issues.createComment({
38
-
issue_number: context.issue.number,
39
-
owner: context.repo.owner,
40
-
repo: context.repo.repo,
41
-
body: 'Hey there! I just built a new version of the vscode extension based on ${{ github.event.pull_request.head.sha }}. You can download the .vsix [here](${{steps.create-vsix.outputs.workflow-url}}) and then follow [these installation instructions](https://github.com/rokucommunity/vscode-brightscript-language#pre-release-versions).'
- potential crash in when normalizing DeviceInfo fields when supplied non-string values ([#301](https://github.com/rokucommunity/roku-deploy/pull/301))
- Fix case-insensitive matching for absolute `files.src` glob patterns on case-insensitive file systems ([#279](https://github.com/rokucommunity/roku-deploy/pull/279))
0 commit comments