Skip to content

Commit 9e626c5

Browse files
committed
Merge branch 'master' of github.com:srggrs/assign-one-project-github-action
2 parents cfad10d + 0f504ec commit 9e626c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can use any combination of conditions. For example, to assign new issues or
7878
...
7979

8080
if: |
81-
github.event == 'issue' &&
81+
github.event_name == 'issues' &&
8282
(
8383
github.event.action == 'opened' ||
8484
contains(github.event.issue.labels.*.name, 'mylabel')

0 commit comments

Comments
 (0)