recursive_folder_or_rp_moid_search awaits objects_moid to be in order (but it isn't necessarily) #5
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: ansible bot | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
issues: write | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: needs_triage |