Skip to content

transfer/transfer-01-negotiation/Create a Policy on the provider error #10

transfer/transfer-01-negotiation/Create a Policy on the provider error

transfer/transfer-01-negotiation/Create a Policy on the provider error #10

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