Skip to content

test new issue with action6 #5

test new issue with action6

test new issue with action6 #5

name: Auto Add Issue to Project
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/[email protected]
with:
project: DevOps
column: Title
repo-token: ${{ secrets.GHPROJECT_TOKEN }}