ci: fix labeler

This commit is contained in:
Henry Schreiner
2020-10-09 16:40:12 -04:00
parent 8d8d48c528
commit fae45325f6
2 changed files with 10 additions and 25 deletions

View File

@@ -1,13 +1,11 @@
name: PR merged
name: Labeler
on:
pull_request_target:
types: [opened, reopened, synchronize, edited, closed]
jobs:
label-merged:
name: Changelog needed
runs-on: ubuntu-latest
if: "!(github.event.action == 'closed' && github.event.pull_request.merged == false)"
steps:
- uses: actions/labeler@main
with: