Skip to content

strict-validate-path-type does not allow period/dot/. in Exact or Prefix path #778

strict-validate-path-type does not allow period/dot/. in Exact or Prefix path

strict-validate-path-type does not allow period/dot/. in Exact or Prefix path #778

Workflow file for this run

name: Adds all issues
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
permissions:
repository-projects: write
issues: write
steps:
- uses: actions/add-to-project@1b844f0c5ac6446a402e0cb3693f9be5eca188c5 # v0.6.1
with:
project-url: https://github.com/orgs/kubernetes/projects/104
github-token: ${{ secrets.PROJECT_WRITER }}