Skip to content

Commit

Permalink
#28 update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMacy authored Aug 10, 2021
1 parent 17f565a commit 330a2b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/add-to-project2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Auto Assign issue to Project

on:
issues:
types: [opened, labeled]
types:
- reopened
- opened
env:
GITHUB_TOKEN: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
REPO_URL: ${{ github.event.repository.url}}
Expand Down

0 comments on commit 330a2b9

Please sign in to comment.