Skip to content

Commit db4a5f1

Browse files
authored
Stop creating GH label on issue opene (#51)
1 parent 83bc659 commit db4a5f1

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)