ci: inverted labeler logic

This commit is contained in:
Henry Schreiner 2020-10-12 23:04:16 -04:00
parent 99773fc5f6
commit 7c71dd3861
1 changed files with 3 additions and 1 deletions

View File

@ -7,12 +7,14 @@ jobs:
name: Labeler
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
- uses: actions/labeler@main
if: "!(github.event.action == 'closed' && github.event.pull_request.merged == false)"
if: "github.event.action == 'closed' && github.event.pull_request.merged == true"
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler_merged.yml