Update the Liatrio OTel Collector to use OCTO-STS #27
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: Label Workflow | |
on: | |
issues: | |
types: | |
- opened | |
- reopened | |
jobs: | |
call-label-workflow: | |
uses: liatrio/poc-label-issue-workflow/.github/workflows/[email protected] | |
with: | |
labels: triage | |
issue_number: ${{ github.event.issue.number }} | |
repo: ${{ github.repository }} | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |