Skip to content

error: data decryption failed - Can't List Snapshots #101

error: data decryption failed - Can't List Snapshots

error: data decryption failed - Can't List Snapshots #101

Workflow file for this run

on:
issues:
types:
- opened
jobs:
label_issue:
if: ${{ github.repository_owner == 'rustic-rs' }}
name: Label issue
runs-on: ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_URL: ${{ github.event.issue.html_url }}
run: |
gh issue edit $ISSUE_URL --add-label "S-triage"