Skip to content

Commit

Permalink
Merge pull request #115 from hugovk/dont-draft-releases-in-forks
Browse files Browse the repository at this point in the history
Don't draft releases in forks
  • Loading branch information
hugovk authored Feb 21, 2020
2 parents c5fb668 + 21ae852 commit 002d531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update_release_draft:
if: github.actor == 'repo-owner'
if: github.repository == 'jmoiron/humanize'
runs-on: ubuntu-latest
steps:
# Drafts your next release notes as pull requests are merged into "master"
Expand Down

0 comments on commit 002d531

Please sign in to comment.