Skip to content

DPS: implements an EDR receiver compliant with the signaling spec #5

DPS: implements an EDR receiver compliant with the signaling spec

DPS: implements an EDR receiver compliant with the signaling spec #5

Workflow file for this run

name: triage opened issue
on:
issues:
types:
- reopened
- opened
jobs:
label-issue:
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: triage