Skip to content

Commit

Permalink
Merge pull request #229 from aws/jurredr/skip-slack-on-draft-pr
Browse files Browse the repository at this point in the history
Skip Slack message on draft PRs
  • Loading branch information
Jurredr authored Feb 4, 2025
2 parents c7a9cb0 + a1c7df7 commit ce277a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Check Lint, Tests and Build
on:
pull_request:
branches: [main, feature/*, fix/*]
types: [opened, reopened, ready_for_review, synchronize]
jobs:
notify:
if: github.event.pull_request.draft == false
name: Slack notification
runs-on: [ubuntu-latest]
steps:
Expand Down

0 comments on commit ce277a7

Please sign in to comment.