Skip to content

Commit b8a0963

Browse files
author
Jackson Kearl
committed
Disable misbehaving release pipeline labeler
1 parent 88c8bfe commit b8a0963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pipeline-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "Release Pipeline Labeler"
22
on:
33
issues:
4-
types: [closed, reopened]
4+
types: [] #[closed, reopened]
55
repository_dispatch:
6-
types: [released-insider]
6+
types: [] #[released-insider]
77

88
jobs:
99
main:

0 commit comments

Comments
 (0)