Skip to content

Allow shorter resource names for kubectl volsync and verify length not surpassing 63 char limit #68

Allow shorter resource names for kubectl volsync and verify length not surpassing 63 char limit

Allow shorter resource names for kubectl volsync and verify length not surpassing 63 char limit #68

---
# 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 }}