Skip to content

Collect and evaluate Telemetry Data for OCM CLI Usage and Create List of Command Usage sorted by quantity and subjective priority #54

Collect and evaluate Telemetry Data for OCM CLI Usage and Create List of Command Usage sorted by quantity and subjective priority

Collect and evaluate Telemetry Data for OCM CLI Usage and Create List of Command Usage sorted by quantity and subjective priority #54

name: Label issues
on:
issues:
types:
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: area/ipcei