Update layers and replace rpi4b-efi target with upstream version #911
Workflow file for this run
This file contains hidden or 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) 2025 Siemens AG | |
| # | |
| # --------------------------------------------------------------------------- | |
| # SPDX-License-Identifier: MIT | |
| # --------------------------------------------------------------------------- | |
| name: 'Auto Assign' | |
| on: | |
| pull_request_target: | |
| pull_request: | |
| types: [opened, ready_for_review] | |
| permissions: | |
| contents: read # to read configuration file | |
| pull-requests: write # to assign PRs | |
| jobs: | |
| add-reviews: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: kentaro-m/[email protected] |