Skip to content

Restic backups - can fail on lost+found directory #63

Restic backups - can fail on lost+found directory

Restic backups - can fail on lost+found directory #63

---
# yamllint disable rule:line-length
name: Automatically add issues to project tracking board
on: # yamllint disable-line rule:truthy
issues:
types:
- opened
- transferred
jobs:
add-to-project:
name: Add issue to project board
runs-on: ubuntu-latest
steps:
# https://github.com/actions/add-to-project
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c # v0.5.0
with:
project-url: https://github.com/orgs/backube/projects/1
# PAT needs repo & project scope
github-token: ${{ secrets.PAT_WORKFLOW }}