Skip to content

Commit

Permalink
Change run to only happen on a closed-merge event
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws committed Sep 19, 2023
1 parent a6e276c commit eb58c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/label-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
branches:
- main
types:
[opened, reopened, labeled, edited]
- closed
jobs:
label-linter:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
-
name: Checkout
Expand Down

0 comments on commit eb58c13

Please sign in to comment.