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 16:24:10 +02:00
committed by Danny McCormick
parent b726232fd7
commit 989d3858d8

View File

@@ -20,7 +20,7 @@ Then create a workflow:
```
name: "Pull Request Labeler"
on:
- pull-request
- pull_request
jobs:
triage: