Skip to content

Create CODEOWNERS

Create CODEOWNERS #38

Workflow file for this run

name: Add issues to project
on:
issues:
types:
- opened
pull_request_target:
types:
- opened
jobs:
add-to-project:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Add To GitHub Projects Beta
runs-on: ubuntu-latest
steps:
- name: Add To GitHub Projects Beta
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/pivotal/projects/18
github-token: ${{ secrets.KPACK_BOT_PAT }}