Skip to content

Commit

Permalink
test: fix auto-assign workflow trigger event (tikv#7118)
Browse files Browse the repository at this point in the history
Signed-off-by: glorv <[email protected]>
  • Loading branch information
glorv authored and c1ay committed May 9, 2020
1 parent 7085e39 commit 497de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign_failed_test_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Assign Failed Test Issue to Solid Tests Project

on:
issues:
types: [created]
types: [labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 497de68

Please sign in to comment.