Skip to content

Commit e4d7af5

Browse files
authored
Stop creating GH label on issue opene (#17)
1 parent 6542118 commit e4d7af5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/on_issue_opened.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
uses: actions/checkout@v3
1212
with:
1313
repository: membraneframework/membrane_core
14-
- name: Create label if it not exists
15-
uses: ./.github/actions/create_label
16-
with:
17-
GITHUB_TOKEN: ${{ secrets.MEMBRANEFRAMEWORKADMIN_TOKEN }}
1814
- name: Close issue
1915
uses: ./.github/actions/close_issue
2016
with:

0 commit comments

Comments
 (0)