Skip to content

Commit

Permalink
Merge pull request mermaid-js#455 from mermaid-js/update-monaco
Browse files Browse the repository at this point in the history
Update Monaco-editor on pull_request
  • Loading branch information
sidharthv96 authored Oct 15, 2021
2 parents 7d8b71a + 5751052 commit 5d961af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/update-Monaco-editor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Update Monaco-editor
on:
pull_request:
types: [opened]
branches:
- 'dependabot/npm_and_yarn/develop/monaco-editor-*'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./bin/update-monaco
- name: Commit changes
uses: EndBug/add-and-commit@v7
with:
author_name: ${{ github.actor }}
author_email: ${{ github.actor }}@users.noreply.github.com
message: 'Update Monaco-editor'

0 comments on commit 5d961af

Please sign in to comment.