Skip to content

Add document for che installation on eks #677

Add document for che installation on eks

Add document for che installation on eks #677

#
# 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
#
# Automate pull requests triage
name: Pull request opened
on:
pull_request_target:
types:
- opened
- ready_for_review
- unassigned
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: Reviews
column: Triage
repo-token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}