Skip to content

Commit

Permalink
Merge pull request #49 from Quetzal-framework/develop
Browse files Browse the repository at this point in the history
fix: Release Drafter
  • Loading branch information
Becheler authored Sep 22, 2024
2 parents e0afc05 + e954a4e commit fbf5813
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- master
- develop
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
# pull_request_target event is required for autolabeler to support PRs from forks
pull_request_target:
types: [opened, reopened, synchronize]
# pull_request_target:
# types: [opened, reopened, synchronize]

permissions:
contents: read
Expand All @@ -29,8 +30,7 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
with:
enable_jekyll: true
# with:
# config-name: drafter-config.yml
# disable-autolabeler: true
env:
Expand Down

0 comments on commit fbf5813

Please sign in to comment.