Consider adding Thing operations for pushing data from Thing to consumer #250
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 Label | |
# based on https://github.com/actions-ecosystem/action-add-labels | |
on: | |
issues: | |
types: opened | |
jobs: | |
add_label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-add-labels@v1 | |
with: | |
labels: needs-triage |