Skip to content

Commit 87b5e44

Browse files
committed
wip: Relax condition for running request labeler workflow
1 parent 58990a5 commit 87b5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/request-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
labeler:
1414
runs-on: ubuntu-latest
15-
if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
15+
#if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
1616
steps:
1717
- name: Issue Forms Body Parser
1818
id: parse

0 commit comments

Comments
 (0)