Skip to content

Commit

Permalink
Workflow that assigns new issues to project MLPro #802
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed Sep 12, 2023
1 parent e5e1f7b commit 7f5a496
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/assign_project.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Assign project MLPro to new issues
name: Assign project MLPro to new issue

on:
issues:
types:
- opened

workflow_dispatch:


jobs:
add-to-project:
name: Assign project MLPro to new issues
name: Assign project MLPro to new issue
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 7f5a496

Please sign in to comment.