Skip to content

Commit

Permalink
Add update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Nov 26, 2023
1 parent 814024b commit 5ddb2bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/updateRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Update to next release
on:
milestone:
types: [created]

jobs:
update:
if: contains(github.event.milestone.description, 'Release')
permissions:
pull-requests: write
contents: write
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/updateRelease.yml@master

0 comments on commit 5ddb2bb

Please sign in to comment.