Skip to content

Commit

Permalink
add pm gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 13, 2024
1 parent cc7b3a4 commit eb52d21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Add issues to Project Management dashboard
on:
workflow_dispatch:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/topology-foundation/projects/1
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb52d21

Please sign in to comment.