Add issues: write to create GH releases

* Fix `dependabot.yml` to use expected by the changelog-generator label
This commit is contained in:
Artem Bilan
2023-12-18 17:45:17 -05:00
parent 5d6a0d82f0
commit 58ba13bc12
3 changed files with 2 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
name: Finalize Release Manually
on:
workflow_dispatch:
inputs:
milestone:
description: 'Milestone title, e.g 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.'
jobs:
finalize-release:
permissions:
actions: write
contents: write
uses: artembilan/spring-github-workflows/.github/workflows/spring-finalize-release.yml@main
with:
milestone: ${{ inputs.milestone }}
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
SPRING_RELEASE_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}

View File

@@ -10,6 +10,7 @@ jobs:
permissions:
actions: write
contents: write
issues: write
uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
secrets: