We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1442839 commit ae29011Copy full SHA for ae29011
1 file changed
.github/workflows/auto-release.yml
@@ -1,9 +1,9 @@
1
name: Auto Release from Issue
2
3
-# Trigger when an issue is opened or labeled with 'release'
+# Trigger when an issue is labeled with 'release'
4
on:
5
issues:
6
- types: [opened, labeled]
+ types: [labeled]
7
# Also trigger when PR is merged (to create tag after merge)
8
pull_request:
9
types: [closed]
0 commit comments