diff --git a/.github/workflows/label-check.yaml b/.github/workflows/label-check.yaml index a0e2e5c..d6e97f2 100644 --- a/.github/workflows/label-check.yaml +++ b/.github/workflows/label-check.yaml @@ -4,8 +4,10 @@ on: pull_request: types: - opened + - reopened - labeled - unlabeled + - synchronize env: LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }} diff --git a/README.md b/README.md index 61551be..ccd3aee 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,10 @@ on: pull_request: types: - opened + - repoened - labeled - unlabeled + - synchronize env: LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}