Skip to content

Commit 3db08b2

Browse files
authored
Merge pull request #71 from kuhnroyal/chore/disable-auto-labeling
Disable auto labeling which doesn't work on forks
2 parents 9324912 + db646c7 commit 3db08b2

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,6 @@ categories:
2222
- 'experimental'
2323
exclude-labels:
2424
- 'skip-changelog'
25-
autolabeler:
26-
- label: 'chore'
27-
files:
28-
- '*.md'
29-
branch:
30-
- '/docs{0,1}\/.+/'
31-
- '/infra\/.+/'
32-
- label: 'bug'
33-
branch:
34-
- '/fix\/.+/'
35-
- '/bugfix\/.+/'
36-
- '/hotfix\/.+/'
37-
title:
38-
- '/fix/i'
39-
- '/bug/i'
40-
- label: 'enhancement'
41-
branch:
42-
- '/feature\/.+/'
4325
change-template: '- (#$NUMBER) $TITLE - (thanks to @$AUTHOR)'
4426
change-title-escapes: '\<*_&#@'
4527
version-resolver:

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33
name: Release Drafter
44

55
on:
6+
workflow_dispatch:
67
push:
78
branches:
89
- develop
9-
pull_request:
10-
types:
11-
- opened
12-
- reopened
13-
- synchronize
14-
branches:
15-
- develop
1610

1711
jobs:
1812
update_release_draft:
13+
if: github.repository_owner == 'insideapp-oss'
1914
runs-on: ubuntu-latest
2015
steps:
2116
- uses: release-drafter/[email protected]

0 commit comments

Comments
 (0)