Skip to content

Commit d37eea1

Browse files
authored
Disable issue creation GHA (#2881)
1 parent dd0b31e commit d37eea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-release-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Create release issue
22
on:
33
push:
44
tags:
5-
- 'v[0-9]+.[0-9]+.[0-9]+'
6-
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
7-
- 'p[0-9]+.[0-9]+.[0-9]+-[0-9]+-w[0-9]+.[0-9]+.[0-9]+-[0-9]+'
5+
- 'disabled-v[0-9]+.[0-9]+.[0-9]+'
6+
- 'disabled-v[0-9]+.[0-9]+.[0-9]+-[0-9]+'
7+
- 'disabled-p[0-9]+.[0-9]+.[0-9]+-[0-9]+-w[0-9]+.[0-9]+.[0-9]+-[0-9]+'
88

99
jobs:
1010
create-release-issue:

0 commit comments

Comments
 (0)