Skip to content

Commit

Permalink
Add GHA to ease release procedures
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Nov 27, 2023
1 parent e0a64a7 commit cf5912d
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 cf5912d

Please sign in to comment.