We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfad10d + 0f504ec commit 9e626c5Copy full SHA for 9e626c5
1 file changed
README.md
@@ -78,7 +78,7 @@ You can use any combination of conditions. For example, to assign new issues or
78
...
79
80
if: |
81
- github.event == 'issue' &&
+ github.event_name == 'issues' &&
82
(
83
github.event.action == 'opened' ||
84
contains(github.event.issue.labels.*.name, 'mylabel')
0 commit comments