Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat: add try-in-web-ide GH action (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: svor <[email protected]>
  • Loading branch information
svor authored Nov 10, 2021
1 parent fc9e837 commit bbcfa3e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/try-in-web-ide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

#
# Copyright (c) 2021 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#

name: Try in Web IDE

on:
pull_request_target:
types: [opened, synchronize]

jobs:
add-link:
runs-on: ubuntu-20.04
steps:
- name: Web IDE Pull Request Check
id: try-in-web-ide
uses: redhat-actions/try-in-web-ide@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bbcfa3e

Please sign in to comment.