Skip to content

Commit

Permalink
fix the if condition to be about pull request title
Browse files Browse the repository at this point in the history
  • Loading branch information
katiehockman committed Oct 11, 2023
1 parent b5b9f47 commit 96e6570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystems-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- edited
jobs:
label_issues:
if: contains(github.event.*.labels.*.name, 'contrib')
if: contains(github.event.pull_request.title, 'contrib')
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/actions-ecosystem-add-labels
Expand Down

0 comments on commit 96e6570

Please sign in to comment.