Skip to content

chore: Bump to 7.93.0 in main #669

chore: Bump to 7.93.0 in main

chore: Bump to 7.93.0 in main #669

#
# 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/github-project-automation-plus@v0.8.3
with:
project: Reviews
column: Triage
repo-token: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}