remove references to bullseye, bookworm is now used in all configurat… #286
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
# --------------------------------------------------------------------------- | |
# CI workflows for MTDA | |
# --------------------------------------------------------------------------- | |
# | |
# This software is a part of MTDA. | |
# Copyright (C) 2023 Siemens Digital Industries Software | |
# | |
# --------------------------------------------------------------------------- | |
# SPDX-License-Identifier: MIT | |
# --------------------------------------------------------------------------- | |
name: 'Auto Assign' | |
on: | |
pull_request_target: | |
pull_request: | |
types: [opened, ready_for_review] | |
jobs: | |
add-reviews: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] |