yurake/k8s-3tier-webapp

View on GitHub
.github/workflows/pr-opened.yml

Summary

Maintainability
Test Coverage
on:
  pull_request:
    types: [opened]
name: Pull Request opened
jobs:
  assignToProject:
    name: Assign PullRequest to Project
    runs-on: ubuntu-latest
    steps:
      - name: Assign PullRequest to Project
        uses: technote-space/create-project-card-action@v1.4.2
        with:
          PROJECT: Feature request
          COLUMN: In progress