Skip to content

Commit

Permalink
Merge pull request #517 from axonivy/lts12
Browse files Browse the repository at this point in the history
Consume separate release-drafter-lts12 template from master
  • Loading branch information
ivy-rew authored Nov 8, 2024
2 parents 03aa3c6 + f05dd0e commit 889de02
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@ name: Release Drafter LTS12

on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- release/12.0
# 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]

permissions:
contents: read
Expand All @@ -26,16 +20,10 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
# (Optional) GitHub Enterprise requires GHE_HOST variable set
#- name: Set GHE_HOST
# run: |
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

# Drafts your next Release notes as Pull Requests are merged into "master"
# Drafts your next Release notes as Pull Requests are merged into "release/12.0"
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
# disable-autolabeler: true
with:
# the drafter template lives on 'master', no need to add it to this release branch!
config-name: release-drafter-lts12.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 889de02

Please sign in to comment.