Skip to content

Commit

Permalink
add workflow to add post-pr linting suggestions (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata authored Dec 10, 2024
1 parent ca6c559 commit 4467d93
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/post-pr-reviews.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Post PR code suggestions

on:
workflow_run:
workflows: ["Linting and code quality check"]
types:
- completed

jobs:
post-pr-reviews:
uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main

0 comments on commit 4467d93

Please sign in to comment.