Skip to content

Commit

Permalink
Enable automatic version bumps on milestone creation
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Mar 1, 2024
1 parent c61465f commit a599cbb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/updateRelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Update to next release
on:
milestone:
types: [created]

permissions:
contents: read

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 a599cbb

Please sign in to comment.