Skip to content

Minimise need for clients to edit backup sets to perform everyday tasks #6

Minimise need for clients to edit backup sets to perform everyday tasks

Minimise need for clients to edit backup sets to perform everyday tasks #6

Workflow file for this run

name: Open Issue
on:
issues:
types:
- opened
jobs:
label_issue:
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ github.token }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "triage"