Skip to content

chore: Bump to 7.93.0 in main #982

chore: Bump to 7.93.0 in main

chore: Bump to 7.93.0 in main #982

Workflow file for this run

#
# 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
#
# Add Web IDE link on PRs
name: web-ide
on:
pull_request_target:
types:
- opened
jobs:
add-link:
runs-on: ubuntu-22.04
steps:
- name: Try in Web IDE
id: try-in-web-ide
uses: redhat-actions/try-in-web-ide@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_comment: true
add_status: false
- name: Try in Web IDE - development version
id: try-in-web-ide-next
uses: redhat-actions/try-in-web-ide@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
add_comment: true
add_status: false
web_ide_instance: https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com
comment_badge: https://img.shields.io/badge/Eclipse_Che-Hosted%20by%20Red%20Hat%20(Development)-525C86?logo=eclipse-che&labelColor=red