Skip to content

Commit

Permalink
Update issues-new.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JJediny authored Jul 24, 2024
1 parent fa3c64c commit 08c0d67
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/issues-new.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
---

name: Issues

on:
issues:
types: [opened]

jobs:
issue_created:
name: Add new issue to project board
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.8.1
with:
project: TTS Technology Portfolio
column: New
repo-token: ${{ secrets.GH_PROJECT_WORKFLOW_TOKEN }}
# New Issue Templates support Github Projects

0 comments on commit 08c0d67

Please sign in to comment.