Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowkh committed Nov 21, 2020
1 parent 91d74c8 commit 6500b9c
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]

issues:
types: [opened]
jobs:
build:

Expand Down Expand Up @@ -45,6 +46,14 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: test-results/**/*.xml


assign:
name: Assign issues to project
runs-on: ubuntu-latest
steps:
- name: Assign issues to project
uses: technote-space/create-project-card-action@v1
with:
PROJECT: MyProject
COLUMN: To do


0 comments on commit 6500b9c

Please sign in to comment.