Skip to content

Commit

Permalink
PR description add only for opened or reopened PRs (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored May 29, 2023
1 parent 1e742a5 commit 4df95d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

pr-greeting:
name: PR Greeting
if: github.event.action == 'opened' || github.event.action == 'reopened'
env:
DOMAIN: apps.silver.devops.gov.bc.ca
PREFIX: ${{ github.event.repository.name }}-${{ github.event.number }}
Expand Down

0 comments on commit 4df95d5

Please sign in to comment.