Fix typo in README.md (#5)

Based on this resource: https://help.github.com/en/articles/events-that-trigger-workflows#webhook-events
This commit is contained in:
Jonas Faber
2019-08-23 10:24:10 -04:00
committed by Danny McCormick
parent b726232fd7
commit 989d3858d8
+1 -1
View File
@@ -20,7 +20,7 @@ Then create a workflow:
```
name: "Pull Request Labeler"
on:
- pull-request
- pull_request
jobs:
triage: