We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58990a5 commit 87b5e44Copy full SHA for 87b5e44
.github/workflows/request-labeler.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
labeler:
14
runs-on: ubuntu-latest
15
- if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
+ #if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
16
steps:
17
- name: Issue Forms Body Parser
18
id: parse
0 commit comments