File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
name : ✍️ Release Drafter
7
7
8
- permissions :
9
- contents : write
10
-
11
8
on :
12
9
push :
13
10
branches :
14
11
- main
15
12
paths :
16
- - ' .github/workflows/release-drafter .yml'
13
+ - ' .github/workflows/draft-release .yml'
17
14
- ' testing/**'
18
15
- ' theme/**'
19
16
workflow_dispatch : {}
@@ -26,16 +23,12 @@ jobs:
26
23
pull-requests : write
27
24
runs-on : ubuntu-latest
28
25
steps :
29
- - uses : actions/checkout@v3
30
-
31
- - uses : ./.github/actions/setup
32
-
33
26
- uses : release-drafter/release-drafter@65c5fb495d1e69aa8c08a3317bc44ff8aabe9772
34
27
id : releaseDrafter
35
28
with :
36
29
config-name : configs/draft-release.yml
37
30
env :
38
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31
+ GITHUB_TOKEN : ${{ secrets.GH_RELEASE_DRAFTER_TOKEN }}
39
32
40
33
# Run version bumping on the theme package
41
34
- run : pnpm version ${{ steps.releaseDrafter.outputs.resolved_version }} --git-tag-version=false --allow-same-version
Original file line number Diff line number Diff line change 1
1
# Action to label pull requests based on the pre commit config that can be found here:
2
- # 🪛 https://github.com/hivemq-cloud/hivemq-cloud /blob/develop /.pre-commit-config.yaml
2
+ # 🪛 https://github.com/hivemq/ui-theme /blob/main /.pre-commit-config.yaml
3
3
# ---
4
4
# This action is a prerequisite to allow us to use release-drafter
5
5
# https://github.com/release-drafter/release-drafter
You can’t perform that action at this time.
0 commit comments