Skip to content

Commit

Permalink
Update opened_pr_draft_notif.yml
Browse files Browse the repository at this point in the history
Change 'category' to OPEN.

Tighten the job name.
  • Loading branch information
bskinn authored Jan 8, 2025
1 parent 5440217 commit 99ca017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opened_pr_draft_notif.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'NEW: Post Draft PR Notice'
name: 'OPEN: Post Draft PR Notice'

on:
pull_request:
types: [opened]

jobs:
post-draft-notice:
name: 'post on new non-draft PR'
name: 'on new non-draft PR'
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
Expand Down

0 comments on commit 99ca017

Please sign in to comment.