Skip to content

Revert "fix: do not fail validation for target nodes that don't exist" #44

Revert "fix: do not fail validation for target nodes that don't exist"

Revert "fix: do not fail validation for target nodes that don't exist" #44

Workflow file for this run

name: Add issues to shared backlog
on:
issues:
types:
- opened
pull_request:
branches-ignore:
- "dependabot/**/*"
types:
- opened
jobs:
add-to-project:
runs-on: ubuntu-latest
env:
BACKLOG_PAT: ${{ secrets.BACKLOG_PAT }}
steps:
- uses: actions/[email protected]
if: env.BACKLOG_PAT
with:
project-url: https://github.com/orgs/zazuko/projects/23
github-token: ${{ secrets.BACKLOG_PAT }}