Skip to content

Commit

Permalink
wip: Relax condition for running request labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Mar 28, 2024
1 parent 58990a5 commit 87b5e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/request-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
labeler:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
#if: contains(github.event.pull_request.labels.*.name, 'instance:requested')
steps:
- name: Issue Forms Body Parser
id: parse
Expand Down

0 comments on commit 87b5e44

Please sign in to comment.