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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)