Document how the different flavors of customer-managed agents work #556
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
name: Add triage label to new issues | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add-triage-label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: needs-triage |