This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
feat: set default instance type for aws cp and worker nodes #77
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 2023 D2iQ, Inc. All rights reserved. | |
# SPDX-License-Identifier: Apache-2.0 | |
name: conventional-release-labels | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
jobs: | |
label: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: bcoe/conventional-release-labels@v1 |