Add document for che installation on eks #677
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 }} |