Skip to content

Commit

Permalink
Chore: on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN committed Sep 23, 2023
1 parent deddee0 commit 9f42a79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-lint-bot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Trigger lint format

on:
issue_comment:
types: [created]
pull_request:
types: [ labeled, opened, synchronize, reopened, review_requested ]

permissions:
contents: write

jobs:
fix-linting:
name: PR Lint Bot
uses: unifyai/workflows/.github/workflows/pr-lint-bot.yml@main
uses: unifyai/workflows/.github/workflows/pr-lint-bot.yml@automatic-lint-pr
secrets: inherit

0 comments on commit 9f42a79

Please sign in to comment.