Skip to content

Fixed path downlinks using multiple group_index via gRPC schedule multiple times to the same downlink path #759

Fixed path downlinks using multiple group_index via gRPC schedule multiple times to the same downlink path

Fixed path downlinks using multiple group_index via gRPC schedule multiple times to the same downlink path #759

Workflow file for this run

name: Triage New Issues
on:
issues:
types: [opened]
jobs:
triage:
name: Triage New Issues
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Add "needs/triage" label
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
github.rest.issues.addLabels({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
labels: ['needs/triage']
})