Skip to content

Commit

Permalink
change prlinter triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Mar 3, 2020
1 parent d04951b commit d14a340
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
# https://github.com/actions/toolkit/blob/master/packages/github/src/context.ts

name: PR Linter
on: pull_request
on:
pull_request:
types:
- labeled
- opened
- ready_for_review
- reopened
- synchronize
- unlabeled
- unlocked
- edited

jobs:
mandatory-changes:
Expand Down

0 comments on commit d14a340

Please sign in to comment.